From 1e5904d77b583f7e91e7ae4651a593683e3c3d4a Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 26 Sep 2023 09:54:09 +0100 Subject: [PATCH] Bump version --- .idea/deploymentTargetDropDown.xml | 17 +++++++++++++++++ .idea/misc.xml | 1 - app/build.gradle | 4 ++-- app/proguard-rules.pro | 5 ++++- 4 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 .idea/deploymentTargetDropDown.xml diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..8d1269c --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 0ad17cb..8978d23 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/app/build.gradle b/app/build.gradle index 6c0acec..5105ef9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index ada4c23..2f41fe3 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -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 \ No newline at end of file +-dontwarn javax.annotation.concurrent.GuardedBy + +# preserve access to native classses +-keep class fr.acinq.secp256k1.** { *; } \ No newline at end of file