Skip to content

Commit 6d86886

Browse files
committed
Update gradle Android sdk to 30
1 parent 20ce84a commit 6d86886

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

app/build.gradle

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdkVersion 30
55
buildToolsVersion "25.0.2"
66

77
defaultConfig {
8-
minSdkVersion 19
9-
targetSdkVersion 29
10-
versionCode 1
11-
versionName "1.1"
8+
targetSdkVersion 30
9+
versionCode 2
10+
versionName "0.3"
1211

1312
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1413

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ buildscript {
99
}
1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:3.6.1'
12-
//classpath 'org.projectlombok:lombok:1.18.0'
1312

1413
// NOTE: Do not place your application dependencies here; they belong
1514
// in the individual module build.gradle files

0 commit comments

Comments
 (0)