Skip to content

Commit bdc05f0

Browse files
committed
✨ add support back to api level 16
1 parent 2dbebf9 commit bdc05f0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

bext-all/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55
android {
66
compileSdkVersion 29
77
defaultConfig {
8-
minSdkVersion 19
8+
minSdkVersion 16
99
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0"

bext-arch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55
android {
66
compileSdkVersion 29
77
defaultConfig {
8-
minSdkVersion 19
8+
minSdkVersion 16
99
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0.0"

bext-common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55
android {
66
compileSdkVersion 29
77
defaultConfig {
8-
minSdkVersion 19
8+
minSdkVersion 16
99
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0.0"

bext-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
55
android {
66
compileSdkVersion 29
77
defaultConfig {
8-
minSdkVersion 19
8+
minSdkVersion 16
99
targetSdkVersion 29
1010
versionCode 1
1111
versionName "1.0.0"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)