android build file

This commit is contained in:
DASHU
2024-10-09 10:50:06 +08:00
parent 80088c4b3a
commit 3facd2842c
2 changed files with 10 additions and 0 deletions

8
android/app/proguard-rules.pro vendored Normal file
View File

@@ -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

View File

@@ -13,6 +13,8 @@ subprojects {
if (namespace == null) {
namespace project.group
}
compileSdkVersion 34
buildToolsVersion "34.0.0"
}
}
}