Skip to content

Commit

Permalink
feat: upgrade the version
Browse files Browse the repository at this point in the history
  • Loading branch information
huhx committed May 2, 2024
1 parent e6b38d4 commit dd35aad
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ dependencies {
implementation(project(":compose_image_picker"))
// implementation "io.github.huhx:compose-image-picker:1.0.5"

implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.core:core-ktx:1.13.0'
implementation "androidx.compose.ui:ui"
implementation 'androidx.compose.material3:material3'
implementation "androidx.compose.ui:ui-tooling-preview"
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
implementation 'androidx.activity:activity-compose:1.8.2'
implementation 'androidx.activity:activity-compose:1.9.0'

implementation 'androidx.navigation:navigation-compose:2.7.7'

Expand All @@ -62,5 +62,5 @@ dependencies {

androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
debugImplementation 'androidx.compose.ui:ui-tooling:1.6.3'
debugImplementation 'androidx.compose.ui:ui-tooling:1.6.6'
}
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ buildscript {
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.3.1' apply false
id 'com.android.library' version '8.3.1' apply false
id 'com.android.application' version '8.4.0' apply false
id 'com.android.library' version '8.4.0' apply false
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
id "org.jlleitschuh.gradle.ktlint" version "11.6.0"
}

tasks.register('clean', Delete) {
delete rootProject.buildDir
delete rootProject.layout.buildDirectory
}
6 changes: 3 additions & 3 deletions compose_image_picker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ signing {
}

dependencies {
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.core:core-ktx:1.13.1'

implementation platform('dev.chrisbanes.compose:compose-bom:2024.03.00-alpha02')
implementation platform('dev.chrisbanes.compose:compose-bom:2024.05.00-alpha01')
implementation 'androidx.compose.material3:material3'
implementation "androidx.compose.ui:ui"

Expand All @@ -114,7 +114,7 @@ dependencies {
implementation "io.coil-kt:coil-video:$coil_version"
implementation "io.coil-kt:coil-gif:$coil_version"

def media3_version = '1.3.0'
def media3_version = '1.4.0-alpha01'
implementation "androidx.media3:media3-exoplayer:$media3_version"
implementation "androidx.media3:media3-ui:$media3_version"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Jul 23 19:28:55 CST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit dd35aad

Please sign in to comment.