Skip to content

Commit

Permalink
changed target SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
akashmi committed Aug 20, 2021
1 parent cb8d267 commit f598cce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions LiquidNavBar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 31
compileSdkVersion 30
defaultConfig {
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 30
versionCode 2
versionName "0.0.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildFeatures {
dataBinding true
viewBinding true
}
buildTypes {
release {
Expand All @@ -32,11 +33,9 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])


testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation "tyrantgit:explosionfield:1.0.1"
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'

implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand All @@ -47,9 +46,7 @@ dependencies {
buildscript {
ext.kotlin_version = '1.5.21'
repositories {
jcenter()
mavenCentral()

maven { url "https://jitpack.io" }
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.5.21'
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
dependencies {
Expand All @@ -20,7 +20,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
Expand Down

0 comments on commit f598cce

Please sign in to comment.