Skip to content

Commit

Permalink
Change Log
Browse files Browse the repository at this point in the history
-> Update CompileSdk Version
-> Update Java Version
  • Loading branch information
PratikFagadiya committed Sep 13, 2023
1 parent 03fd296 commit 511a76d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SmoothAnimationBottomBar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

android {
namespace 'com.PratikFagadiya.smoothanimationbottombar'
compileSdk 33
compileSdk 34

defaultConfig {
minSdk 24
Expand Down Expand Up @@ -61,7 +61,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.PratikFagadiya'
artifactId = 'SmoothAnimationBottomBar'
version = '1.1.0'
version = '1.1.1'
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,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

0 comments on commit 511a76d

Please sign in to comment.