diff --git a/app/build.gradle b/app/build.gradle index b2891c1..14ee5eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "corewala.gemini.buran" minSdkVersion 21 targetSdkVersion 30 - versionCode 12 - versionName "v1.11" + versionCode 13 + versionName "v1.12" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/metadata/android/en-US/changelogs/13.txt b/metadata/android/en-US/changelogs/13.txt new file mode 100644 index 0000000..e1cde30 --- /dev/null +++ b/metadata/android/en-US/changelogs/13.txt @@ -0,0 +1,9 @@ +Changelog: + + - Fixed broken unproxied HTTP links + + - Un-bugged the back button + + - This is a really tiny release + + - Actual features coming at some point in the nebulous future \ No newline at end of file