File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66
77android {
88 namespace ' com.PratikFagadiya.smoothanimationbottombar'
9- compileSdk 33
9+ compileSdk 34
1010
1111 defaultConfig {
1212 minSdk 24
@@ -61,7 +61,7 @@ afterEvaluate {
6161 from components. release
6262 groupId = ' com.github.PratikFagadiya'
6363 artifactId = ' SmoothAnimationBottomBar'
64- version = ' 1.1.0 '
64+ version = ' 1.1.1 '
6565 }
6666 }
6767 }
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ android {
2727 }
2828 }
2929 compileOptions {
30- sourceCompatibility JavaVersion . VERSION_1_8
31- targetCompatibility JavaVersion . VERSION_1_8
30+ sourceCompatibility JavaVersion . VERSION_17
31+ targetCompatibility JavaVersion . VERSION_17
3232 }
3333 kotlinOptions {
34- jvmTarget = ' 1.8 '
34+ jvmTarget = JavaVersion . VERSION_17 . toString()
3535 }
3636 buildFeatures {
3737 compose true
You can’t perform that action at this time.
0 commit comments