Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
PSYCHNERD2512 authored Jan 1, 2024
1 parent 1deaab8 commit 92f604f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 32
ndkVersion "26.1.10909125"

lintOptions {
disable 'InvalidPackage'
Expand Down Expand Up @@ -99,4 +100,4 @@ dependencies {

apply plugin: 'com.google.gms.google-services'
//com.google.gms.googleservices.GoogleServicesPlugin.config.disableVersionCheck = true
android.buildTypes.release.ndk.debugSymbolLevel = 'FULL'
android.buildTypes.release.ndk.debugSymbolLevel = 'FULL'

0 comments on commit 92f604f

Please sign in to comment.