Skip to content

Commit

Permalink
gradle changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmis-Square committed Oct 12, 2023
1 parent 361cffa commit b3befa2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,5 @@ flutter {

dependencies {
implementation 'com.google.guava:guava:28.2-android'
implementation 'com.android.support:appcompat-v7-28.0.0'
implementation 'com.android.support:design-28.0.0'
implementation 'com.android.support:support-v4-28.0.0'
implementation 'com.android.support:multidex:2.0.1'
}
6 changes: 6 additions & 0 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url "https://repo.spring.io/release"
}
maven {
url "https://repository.jboss.org/maven2"
}
}

dependencies {
Expand Down

0 comments on commit b3befa2

Please sign in to comment.