File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android {
66 compileSdkVersion 29
77 defaultConfig {
88 applicationId " com.birjuvachhani.baseextensions"
9- minSdkVersion 19
9+ minSdkVersion 16
1010 targetSdkVersion 29
1111 versionCode 1
1212 versionName " 1.0.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55android {
66 compileSdkVersion 29
77 defaultConfig {
8- minSdkVersion 19
8+ minSdkVersion 16
99 targetSdkVersion 29
1010 versionCode 1
1111 versionName " 1.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55android {
66 compileSdkVersion 29
77 defaultConfig {
8- minSdkVersion 19
8+ minSdkVersion 16
99 targetSdkVersion 29
1010 versionCode 1
1111 versionName " 1.0.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55android {
66 compileSdkVersion 29
77 defaultConfig {
8- minSdkVersion 19
8+ minSdkVersion 16
99 targetSdkVersion 29
1010 versionCode 1
1111 versionName " 1.0.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55android {
66 compileSdkVersion 29
77 defaultConfig {
8- minSdkVersion 19
8+ minSdkVersion 16
99 targetSdkVersion 29
1010 versionCode 1
1111 versionName " 1.0.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:3.5.0 '
8+ classpath ' com.android.tools.build:gradle:3.5.3 '
99 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1010 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1' // For jit-pack
1111 }
You can’t perform that action at this time.
0 commit comments