Skip to content

Commit

Permalink
update to sdk 34
Browse files Browse the repository at this point in the history
  • Loading branch information
mfracx committed Aug 20, 2024
1 parent 69d5106 commit a3d3807
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit a3d3807

Please sign in to comment.