We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c275a9 + 4b46770 commit 7f5a087Copy full SHA for 7f5a087
app/build.gradle
@@ -29,8 +29,8 @@ android {
29
applicationId "ru.nsu.bobrofon.easysshfs"
30
minSdkVersion 16
31
targetSdkVersion 31
32
- versionCode 80
33
- versionName "0.5.9-dev"
+ versionCode 81
+ versionName "0.5.9"
34
35
externalNativeBuild {
36
cmake {
app/fastlane/metadata/android/en-US/changelogs/81.txt
@@ -0,0 +1,2 @@
1
+* Target Android SDK upgraded to version 31 (Android 12) (needed to fit new Google Play requirements)
2
+* Added privacy policy link
0 commit comments