diff --git a/ImagePickerAndroid/build.gradle.kts b/ImagePickerAndroid/build.gradle.kts index c4fd77b..5d3c196 100644 --- a/ImagePickerAndroid/build.gradle.kts +++ b/ImagePickerAndroid/build.gradle.kts @@ -46,17 +46,17 @@ android { val appCompatVersion by extra("1.7.0") val coreKtxVersion by extra("1.13.1") val constraintLayoutVersion by extra("2.1.4") -val lifeCycleAndLiveDataCompilerAndViewModelKTXVersion by extra("2.8.5") +val lifeCycleAndLiveDataCompilerAndViewModelKTXVersion by extra("2.8.6") val activityVersion by extra("1.9.2") val fragmentVersion by extra("1.6.1") val coroutineVersion by extra("1.9.0") val multidexVersion by extra("2.0.1") val materialDesignVersion by extra("1.12.0") val recyclerViewVersion by extra("1.3.2") -val composeVersion by extra("1.7.1") -val composeLiveDataVersion by extra("1.7.1") -val composeFoundationVersion by extra("1.7.1") -val composeMaterialVersion by extra("1.7.1") +val composeVersion by extra("1.7.2") +val composeLiveDataVersion by extra("1.7.2") +val composeFoundationVersion by extra("1.7.2") +val composeMaterialVersion by extra("1.7.2") val composeMaterial3Version by extra("1.3.0") dependencies { @@ -97,7 +97,7 @@ afterEvaluate { register("release") { groupId = "com.github.NicosNicolaou16" artifactId = "ImagePickerAndroid" - version = "2.1.0" + version = "2.1.1" from(components["release"]) } } diff --git a/README.md b/README.md index 8ac36be..2392bf7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The library contain/features: ### Versioning -Gradle Version 8.6.0
+Gradle Version 8.6.1
Kotlin Version 2.0.20
JDK Version 17
Minimum SDK 24
@@ -35,7 +35,7 @@ THE BETA RELEASES MAYBE CONTAIN MAJOR/MINOR CHANGES ### Groovy ```Groovy -implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.1.0' +implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.1.1' ``` ```Groovy @@ -49,7 +49,7 @@ allprojects { ### Kotlin DSL ```Kotlin -implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.1.0") +implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.1.1") ``` ```Kotlin @@ -67,7 +67,7 @@ dependencyResolutionManagement { ```toml [versions] # other versions here... -imagePickerAndroid = "2.1.0" +imagePickerAndroid = "2.1.1" [libraries] # other libraries here... diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 08da181..030302a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -44,7 +44,7 @@ android { val appCompatVersion by extra("1.7.0") val coreKtxVersion by extra("1.13.1") val constraintLayoutVersion by extra("2.1.4") -val lifeCycleAndLiveDataCompilerAndViewModelKTXVersion by extra("2.8.5") +val lifeCycleAndLiveDataCompilerAndViewModelKTXVersion by extra("2.8.6") val activityVersion by extra("1.8.0") val fragmentVersion by extra("1.6.1") val coroutineVersion by extra("1.9.0") diff --git a/build.gradle.kts b/build.gradle.kts index 9504e60..c39bba6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.0" apply false - id("com.android.library") version "8.6.0" apply false + id("com.android.application") version "8.6.1" apply false + id("com.android.library") version "8.6.1" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false } \ No newline at end of file diff --git a/imagepickerandroidcompose/build.gradle.kts b/imagepickerandroidcompose/build.gradle.kts index 0a96cc1..5610192 100644 --- a/imagepickerandroidcompose/build.gradle.kts +++ b/imagepickerandroidcompose/build.gradle.kts @@ -52,9 +52,9 @@ dependencies { implementation(project(":ImagePickerAndroid")) implementation("androidx.core:core-ktx:1.13.1") implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.20")) - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.5") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.6") implementation("androidx.activity:activity-compose:1.9.2") - implementation(platform("androidx.compose:compose-bom:2024.09.01")) + implementation(platform("androidx.compose:compose-bom:2024.09.02")) implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-graphics") implementation("androidx.compose.ui:ui-tooling-preview") @@ -62,10 +62,10 @@ dependencies { testImplementation("junit:junit:4.13.2") androidTestImplementation("androidx.test.ext:junit:1.2.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") - androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.01")) + androidTestImplementation(platform("androidx.compose:compose-bom:2024.09.02")) androidTestImplementation("androidx.compose.ui:ui-test-junit4") debugImplementation("androidx.compose.ui:ui-tooling") - debugImplementation("androidx.compose.ui:ui-test-manifest:1.7.1") + debugImplementation("androidx.compose.ui:ui-test-manifest:1.7.2") implementation("androidx.media3:media3-exoplayer:1.4.1") implementation("androidx.media3:media3-ui:1.4.1") } \ No newline at end of file