diff --git a/README.md b/README.md index 44eec7e..adedffc 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ allprojects { 2. Add the dependency ```groovy dependencies { - implementation 'com.github.fracassi-marco:JetChart:1.3.7' + implementation 'com.github.fracassi-marco:JetChart:1.4.0' } ``` diff --git a/app/build.gradle b/app/build.gradle index db85299..7244acd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,12 +5,12 @@ plugins { android { namespace 'io.jetchart.demo' - compileSdk 33 + compileSdk 34 defaultConfig { applicationId "io.jetchart.demo" minSdk 28 - targetSdk 33 + targetSdk 34 versionCode 1 versionName "1.0" @@ -48,11 +48,11 @@ android { dependencies { - implementation 'androidx.core:core-ktx:1.10.1' - implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.0') - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1' - implementation 'androidx.activity:activity-compose:1.7.2' - implementation platform('androidx.compose:compose-bom:2022.10.00') + implementation 'androidx.core:core-ktx:1.13.1' + implementation platform('org.jetbrains.kotlin:kotlin-bom:2.0.0') + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4' + implementation 'androidx.activity:activity-compose:1.9.1' + implementation platform('androidx.compose:compose-bom:2024.06.00') implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui-graphics' implementation 'androidx.compose.ui:ui-tooling-preview'