We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d895dad commit 03fd296Copy full SHA for 03fd296
.idea/vcs.xml
SmoothAnimationBottomBar/build.gradle
@@ -22,11 +22,11 @@ android {
22
}
23
24
compileOptions {
25
- sourceCompatibility JavaVersion.VERSION_1_8
26
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
27
28
kotlinOptions {
29
- jvmTarget = '1.8'
+ jvmTarget = JavaVersion.VERSION_17.toString()
30
31
buildFeatures {
32
compose true
@@ -61,7 +61,7 @@ afterEvaluate {
61
from components.release
62
groupId = 'com.github.PratikFagadiya'
63
artifactId = 'SmoothAnimationBottomBar'
64
- version = '1.0.0'
+ version = '1.1.0'
65
66
67
0 commit comments