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 ccaeb3c commit 4e1a731
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions LiquidNavBar/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
//apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.dcendents.android-maven'

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

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 4e1a731

Please sign in to comment.