File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
flutter_vlc_player/android Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,28 +4,28 @@ version '1.0-SNAPSHOT'
44buildscript {
55 repositories {
66 google()
7- jcenter ()
7+ mavenCentral ()
88 }
99
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:4.1.3 '
11+ classpath ' com.android.tools.build:gradle:7.4.2 '
1212 }
1313}
1414
1515rootProject. allprojects {
1616 repositories {
1717 google()
18- jcenter ()
18+ mavenCentral ()
1919 }
2020}
2121
2222apply plugin : ' com.android.library'
2323
2424android {
25- compileSdkVersion 31
25+ compileSdkVersion 33
2626
2727 defaultConfig {
28- minSdkVersion 20
28+ minSdkVersion 19
2929 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
3030 }
3131 lintOptions {
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.1.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -all.zip
You can’t perform that action at this time.
0 commit comments