Skip to content

Commit

Permalink
fix: build error on flutter 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ktakayama committed Aug 19, 2024
1 parent e682036 commit 4949ccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ apply plugin: 'com.android.library'

android {
namespace 'com.example.launchexternalapp'
compileSdkVersion 28
compileSdkVersion 31

defaultConfig {
minSdkVersion 16
}
lintOptions {
disable 'InvalidPackage'
}
}
}
3 changes: 1 addition & 2 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
org.gradle.jvmargs=-Xmx1536M
android.enableR8=true
android.useAndroidX=true
android.enableJetifier=true
android.enableJetifier=true

0 comments on commit 4949ccd

Please sign in to comment.