build: removed gms class from proguard.

This commit is contained in:
Ujwal
2026-02-25 19:31:36 +05:45
parent 3ff20e329a
commit 97e8d12f86
2 changed files with 4 additions and 8 deletions

View File

@@ -17,10 +17,6 @@
# Keystore and common
-keep class com.ujwal.focusgram.** { *; }
# Flutter Play Store Split (ignore optional references)
-dontwarn com.google.android.play.core.**
-dontwarn com.google.android.gms.common.**
# Avoid stripping JS bridge names
-keepattributes JavascriptInterface
-keepclassmembers class * {

View File

@@ -24,14 +24,14 @@ Builds:
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" ../.github/workflows/release.yml)
- '[[ $flutterVersion ]]'
- git -C $$flutter$$ checkout -f $flutterVersion
- export PUB_CACHE=$(pwd)/.pub-cache
- export PUB_CACHE=$$flutter$$/../.pub-cache
- echo "flutter.sdk=$$flutter$$" >> local.properties
- $$flutter$$/bin/flutter pub get -C ..
scanignore:
- $$flutter$$/bin/cache
- srclib/flutter/bin/cache
scandelete:
- $$flutter$$
- .pub-cache
- srclib/flutter
- srclib/.pub-cache
ndk: 28.2.13676358
AutoUpdateMode: Version