File tree 6 files changed +12
-10
lines changed
6 files changed +12
-10
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 27
25
+ compileSdkVersion 28
26
26
27
27
defaultConfig {
28
28
minSdkVersion 16
29
- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
29
+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
30
30
}
31
31
lintOptions {
32
32
disable ' InvalidPackage'
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
2
package =" com.jiajiabingcheng.phonelog" >
3
- <uses-sdk android : minSdkVersion =" 16" />
4
3
<uses-permission android : name =" android.permission.READ_CALL_LOG" />
5
4
</manifest >
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 27
18
+ compileSdkVersion 28
19
19
20
20
lintOptions {
21
21
disable ' InvalidPackage'
@@ -25,10 +25,10 @@ android {
25
25
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
26
26
applicationId " com.example.phonelogexample"
27
27
minSdkVersion 16
28
- targetSdkVersion 27
28
+ targetSdkVersion 28
29
29
versionCode 1
30
30
versionName " 1.0"
31
- testInstrumentationRunner " android.support .test.runner.AndroidJUnitRunner"
31
+ testInstrumentationRunner " androidx .test.runner.AndroidJUnitRunner"
32
32
}
33
33
34
34
buildTypes {
@@ -46,6 +46,6 @@ flutter {
46
46
47
47
dependencies {
48
48
testImplementation ' junit:junit:4.12'
49
- androidTestImplementation ' com.android.support. test:runner :1.0 .1'
50
- androidTestImplementation ' com.android.support. test.espresso:espresso-core:3.0.1 '
49
+ androidTestImplementation ' androidx. test.ext:junit :1.1 .1'
50
+ androidTestImplementation ' androidx. test.espresso:espresso-core:3.1.0 '
51
51
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.0 .1'
8
+ classpath ' com.android.tools.build:gradle:3.2 .1'
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1536M
2
+ android.enableR8 =true
3
+ android.useAndroidX =true
4
+ android.enableJetifier =true
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
You can’t perform that action at this time.
0 commit comments