Bump version

This commit is contained in:
2023-09-26 09:54:09 +01:00
parent be39e9eef4
commit 1e5904d77b
4 changed files with 23 additions and 4 deletions

View File

@ -12,8 +12,8 @@ android {
applicationId "social.snort.app"
minSdk 26
targetSdk 33
versionCode 7
versionName "1.0.14"
versionCode 11
versionName "1.0.16"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {

View File

@ -25,4 +25,7 @@
-dontwarn com.google.errorprone.annotations.Immutable
-dontwarn com.google.errorprone.annotations.RestrictedApi
-dontwarn javax.annotation.Nullable
-dontwarn javax.annotation.concurrent.GuardedBy
-dontwarn javax.annotation.concurrent.GuardedBy
# preserve access to native classses
-keep class fr.acinq.secp256k1.** { *; }