We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6c5bc commit c6c1061Copy full SHA for c6c1061
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
minSdk 22
9
targetSdk 31
10
//noinspection HighAppVersionCode
11
- versionCode 2023013101
12
- versionName "2023.01.31"
+ versionCode 2023080801
+ versionName "2023.08.08"
13
14
externalNativeBuild {
15
cmake {
fastlane/metadata/android/en-US/changelogs/2023080801.txt
@@ -0,0 +1,2 @@
1
+- update host lists, translations and dependencies
2
+- fix bug when disabling doze mode on non-Play builds
0 commit comments