From 511a76d9ded60e8aed5601db7778539b1fed0f9d Mon Sep 17 00:00:00 2001 From: Pratik Fagadiya Date: Wed, 13 Sep 2023 21:03:18 +0530 Subject: [PATCH] Change Log -> Update CompileSdk Version -> Update Java Version --- SmoothAnimationBottomBar/build.gradle | 4 ++-- app/build.gradle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SmoothAnimationBottomBar/build.gradle b/SmoothAnimationBottomBar/build.gradle index 9176b6e..68ebdab 100644 --- a/SmoothAnimationBottomBar/build.gradle +++ b/SmoothAnimationBottomBar/build.gradle @@ -6,7 +6,7 @@ plugins { android { namespace 'com.PratikFagadiya.smoothanimationbottombar' - compileSdk 33 + compileSdk 34 defaultConfig { minSdk 24 @@ -61,7 +61,7 @@ afterEvaluate { from components.release groupId = 'com.github.PratikFagadiya' artifactId = 'SmoothAnimationBottomBar' - version = '1.1.0' + version = '1.1.1' } } } diff --git a/app/build.gradle b/app/build.gradle index 777eefa..775692b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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