File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ apply plugin: 'com.android.library'
2
2
3
3
android {
4
4
compileSdkVersion 29
5
- buildToolsVersion " 29.0.1 "
5
+ buildToolsVersion " 29.0.2 "
6
6
7
7
8
8
defaultConfig {
9
9
minSdkVersion 19
10
10
targetSdkVersion 29
11
- versionCode 1
12
- versionName " 1.0 "
11
+ versionCode 2
12
+ versionName " 1.1 "
13
13
14
14
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
15
15
@@ -27,7 +27,7 @@ android {
27
27
dependencies {
28
28
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
29
29
30
- implementation ' androidx.appcompat:appcompat:1.0.2 '
30
+ implementation ' androidx.appcompat:appcompat:1.1.0 '
31
31
testImplementation ' junit:junit:4.12'
32
32
androidTestImplementation ' androidx.test:runner:1.2.0'
33
33
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
You can’t perform that action at this time.
0 commit comments