Skip to content

Commit

Permalink
v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Corewala committed Jul 29, 2022
1 parent b85de17 commit 47dd272
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
9 changes: 9 additions & 0 deletions metadata/android/en-US/changelogs/12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Changelog:

- HTTP proxy support

- Previous scroll position is stored

- Local links and redirects are fixed

- Minor tweaks and bugfixes

0 comments on commit 47dd272

Please sign in to comment.