Skip to content

Commit

Permalink
Update Java
Browse files Browse the repository at this point in the history
  • Loading branch information
PratikFagadiya committed Sep 13, 2023
1 parent d895dad commit 03fd296
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions SmoothAnimationBottomBar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '1.8'
jvmTarget = JavaVersion.VERSION_17.toString()
}
buildFeatures {
compose true
Expand Down Expand Up @@ -61,7 +61,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.PratikFagadiya'
artifactId = 'SmoothAnimationBottomBar'
version = '1.0.0'
version = '1.1.0'
}
}
}
Expand Down

0 comments on commit 03fd296

Please sign in to comment.