Skip to content

Commit b5efb49

Browse files
committed
base on 1.30.6
1 parent 3c0278a commit b5efb49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55

66
defaultConfig {
77
applicationId "com.thomas.core.demo"
8-
minSdkVersion 21
8+
minSdkVersion 19
99
targetSdkVersion 30
1010
versionCode 1
1111
versionName "1.0"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
maven { url 'https://jitpack.io' }
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:4.1.0'
10+
classpath 'com.android.tools.build:gradle:4.1.2'
1111
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)