diff --git a/android/app/proguard-rules.pro b/android/app/proguard-rules.pro new file mode 100644 index 0000000..ff2a7ca --- /dev/null +++ b/android/app/proguard-rules.pro @@ -0,0 +1,8 @@ +# Please add these rules to your existing keep rules in order to suppress warnings. +# This is generated automatically by the Android Gradle plugin. +-dontwarn com.google.errorprone.annotations.CanIgnoreReturnValue +-dontwarn com.google.errorprone.annotations.CheckReturnValue +-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 diff --git a/android/build.gradle b/android/build.gradle index 88e7b96..1317df8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -13,6 +13,8 @@ subprojects { if (namespace == null) { namespace project.group } + compileSdkVersion 34 + buildToolsVersion "34.0.0" } } }