Skip to content

Commit d628358

Browse files
committed
nit
1 parent 7d51a0f commit d628358

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

android/app/proguard-rules.pro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
-dontwarn com.google.errorprone.annotations.CanIgnoreReturnValue
2+
-dontwarn com.google.errorprone.annotations.CheckReturnValue
3+
-dontwarn com.google.errorprone.annotations.Immutable
4+
-dontwarn com.google.errorprone.annotations.RestrictedApi
5+
-dontwarn javax.annotation.Nullable
6+
-dontwarn javax.annotation.concurrent.GuardedBy

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version '8.7.1' apply false
21+
id "com.android.application" version '8.7.2' apply false
2222
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
2323
}
2424

0 commit comments

Comments
 (0)