Skip to content

Commit 511a76d

Browse files
Change Log
-> Update CompileSdk Version -> Update Java Version
1 parent 03fd296 commit 511a76d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

SmoothAnimationBottomBar/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
android {
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
}

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)