diff --git a/app/build.gradle b/app/build.gradle index b0a76d4..b2891c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/metadata/android/en-US/changelogs/12.txt b/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 0000000..efe6bf7 --- /dev/null +++ b/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1,9 @@ +Changelog: + + - HTTP proxy support + + - Previous scroll position is stored + + - Local links and redirects are fixed + + - Minor tweaks and bugfixes \ No newline at end of file