File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ rootProject.allprojects {
2222apply plugin : ' com.android.library'
2323
2424android {
25- compileSdkVersion 30
25+ compileSdkVersion 33
2626
2727 defaultConfig {
28- minSdkVersion 16
29- targetSdkVersion 30
28+ minSdkVersion 21
29+ targetSdkVersion 33
3030 versionCode 1
3131 versionName " 1.0"
3232 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ apply plugin: 'com.android.application'
1515apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
1616
1717android {
18- compileSdkVersion 30
18+ compileSdkVersion 33
1919
2020 lintOptions {
2121 disable ' InvalidPackage'
@@ -24,8 +24,8 @@ android {
2424 defaultConfig {
2525 // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
2626 applicationId " flutter.plugins.contactsservice.contactsserviceexample"
27- minSdkVersion 16
28- targetSdkVersion 30
27+ minSdkVersion 21
28+ targetSdkVersion 33
2929 versionCode 1
3030 versionName " 1.0"
3131 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
33 google()
4- jcenter ()
4+ mavenCenteral ()
55 }
66
77 dependencies {
@@ -12,7 +12,7 @@ buildscript {
1212allprojects {
1313 repositories {
1414 google()
15- jcenter ()
15+ mavenCenteral ()
1616 }
1717}
1818
You can’t perform that action at this time.
0 commit comments