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 {
22
22
apply plugin : ' com.android.library'
23
23
24
24
android {
25
- compileSdkVersion 30
25
+ compileSdkVersion 33
26
26
27
27
defaultConfig {
28
- minSdkVersion 16
29
- targetSdkVersion 30
28
+ minSdkVersion 21
29
+ targetSdkVersion 33
30
30
versionCode 1
31
31
versionName " 1.0"
32
32
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ apply plugin: 'com.android.application'
15
15
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
16
16
17
17
android {
18
- compileSdkVersion 30
18
+ compileSdkVersion 33
19
19
20
20
lintOptions {
21
21
disable ' InvalidPackage'
@@ -24,8 +24,8 @@ android {
24
24
defaultConfig {
25
25
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
26
26
applicationId " flutter.plugins.contactsservice.contactsserviceexample"
27
- minSdkVersion 16
28
- targetSdkVersion 30
27
+ minSdkVersion 21
28
+ targetSdkVersion 33
29
29
versionCode 1
30
30
versionName " 1.0"
31
31
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
repositories {
3
3
google()
4
- jcenter ()
4
+ mavenCenteral ()
5
5
}
6
6
7
7
dependencies {
@@ -12,7 +12,7 @@ buildscript {
12
12
allprojects {
13
13
repositories {
14
14
google()
15
- jcenter ()
15
+ mavenCenteral ()
16
16
}
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments