We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0278a commit b5efb49Copy full SHA for b5efb49
app/build.gradle
@@ -5,7 +5,7 @@ android {
5
6
defaultConfig {
7
applicationId "com.thomas.core.demo"
8
- minSdkVersion 21
+ minSdkVersion 19
9
targetSdkVersion 30
10
versionCode 1
11
versionName "1.0"
build.gradle
@@ -7,7 +7,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
- classpath 'com.android.tools.build:gradle:4.1.0'
+ classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
12
13
// NOTE: Do not place your application dependencies here; they belong
0 commit comments