Skip to content

Commit

Permalink
fix android build :
Browse files Browse the repository at this point in the history
* remove unnecessary dependency in android
  • Loading branch information
liodali committed Sep 21, 2024
1 parent 03f5d4e commit 01fac5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 2 additions & 4 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}

defaultConfig {
minSdkVersion 19
//minSdkVersion 19
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -68,9 +68,7 @@ dependencies {

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.7.0'
//implementation 'androidx.core:core-ktx:1.9.0'
//implementation 'androidx.legacy:legacy-support-v4:1.0.0'

// Retrofit and relevant converters
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-moshi:2.9.0'
Expand Down
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ dev_dependencies:
flutter_test:
sdk: flutter

# dependency_overrides:
dependency_overrides:
permission_handler_android: ^12.0.12
url_launcher_android: ^6.3.10
url_launcher_ios: ^6.3.1
url_launcher_web: ^2.3.3
# permission_handler_html: 0.1.2
# url_launcher_web: 2.3.3
# web: ^1.0.0
Expand Down

0 comments on commit 01fac5c

Please sign in to comment.