Skip to content

Commit 03fd296

Browse files
Update Java
1 parent d895dad commit 03fd296

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

SmoothAnimationBottomBar/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ android {
2222
}
2323
}
2424
compileOptions {
25-
sourceCompatibility JavaVersion.VERSION_1_8
26-
targetCompatibility JavaVersion.VERSION_1_8
25+
sourceCompatibility JavaVersion.VERSION_17
26+
targetCompatibility JavaVersion.VERSION_17
2727
}
2828
kotlinOptions {
29-
jvmTarget = '1.8'
29+
jvmTarget = JavaVersion.VERSION_17.toString()
3030
}
3131
buildFeatures {
3232
compose true
@@ -61,7 +61,7 @@ afterEvaluate {
6161
from components.release
6262
groupId = 'com.github.PratikFagadiya'
6363
artifactId = 'SmoothAnimationBottomBar'
64-
version = '1.0.0'
64+
version = '1.1.0'
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)