Reputation: 447
getting waring in Google Play Store
Upvotes: 1
Views: 1066
Reputation: 1265
You should just build and upload aab (Android App Bundle) file instead of apk .
cd android
./gradlew bundleRelease
cd ..
aab file will be placed in"/android/app/build/outputs/bundle/release/"
Upvotes: 4