This commit is contained in:
Corewala 2022-07-29 19:03:05 -04:00
parent b85de17c88
commit 47dd2722e1
2 changed files with 11 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "corewala.gemini.buran"
minSdkVersion 21
targetSdkVersion 30
versionCode 11
versionName "v1.10"
versionCode 12
versionName "v1.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -0,0 +1,9 @@
Changelog:
- HTTP proxy support
- Previous scroll position is stored
- Local links and redirects are fixed
- Minor tweaks and bugfixes