Skip to content

Commit

Permalink
chore(gradle): update gradle version
Browse files Browse the repository at this point in the history
SUITEDEV-35028

Co-authored-by: davidSchuppa <[email protected]>
Co-authored-by: matusekma <[email protected]>
  • Loading branch information
3 people committed Feb 7, 2024
1 parent 90db12e commit 699700d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.4'
classpath 'com.android.tools.build:gradle:8.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$Versions.kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-allopen:$Versions.kotlin_version"
classpath "com.github.ben-manes:gradle-versions-plugin:0.51.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
10 changes: 5 additions & 5 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion '1.5.1'
kotlinCompilerExtensionVersion '1.5.8'
kotlinCompilerVersion '1.9.0'
}

Expand Down Expand Up @@ -108,14 +108,14 @@ dependencies {
implementation 'io.coil-kt:coil:2.5.0'

implementation "androidx.core:core-ktx:1.12.0"
implementation "com.google.android.material:material:1.11.0"
implementation "androidx.compose.ui:ui:1.6.0"
implementation "androidx.compose.material:material:1.6.0"
implementation "androidx.compose.ui:ui-tooling-preview:1.6.0"
implementation "androidx.navigation:navigation-compose:2.7.6"
implementation "androidx.compose.material:material:1.6.0"
implementation "androidx.compose.material:material-icons-extended:1.6.0"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0"
implementation "androidx.navigation:navigation-compose:2.7.6"
implementation "com.google.android.material:material:1.11.0"
implementation "androidx.activity:activity-compose:1.8.2"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.7.0"
implementation "io.coil-kt:coil-compose:2.5.0"
implementation "androidx.datastore:datastore-preferences:1.0.0"
implementation "com.chibatching.kotpref:kotpref:2.13.2"
Expand Down

0 comments on commit 699700d

Please sign in to comment.