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 {
6
6
7
7
android {
8
8
namespace ' com.PratikFagadiya.smoothanimationbottombar'
9
- compileSdk 33
9
+ compileSdk 34
10
10
11
11
defaultConfig {
12
12
minSdk 24
@@ -61,7 +61,7 @@ afterEvaluate {
61
61
from components. release
62
62
groupId = ' com.github.PratikFagadiya'
63
63
artifactId = ' SmoothAnimationBottomBar'
64
- version = ' 1.1.0 '
64
+ version = ' 1.1.1 '
65
65
}
66
66
}
67
67
}
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ android {
27
27
}
28
28
}
29
29
compileOptions {
30
- sourceCompatibility JavaVersion . VERSION_1_8
31
- targetCompatibility JavaVersion . VERSION_1_8
30
+ sourceCompatibility JavaVersion . VERSION_17
31
+ targetCompatibility JavaVersion . VERSION_17
32
32
}
33
33
kotlinOptions {
34
- jvmTarget = ' 1.8 '
34
+ jvmTarget = JavaVersion . VERSION_17 . toString()
35
35
}
36
36
buildFeatures {
37
37
compose true
You can’t perform that action at this time.
0 commit comments