diff --git a/ImagePickerAndroid/build.gradle.kts b/ImagePickerAndroid/build.gradle.kts index 6bd786c..85297f4 100644 --- a/ImagePickerAndroid/build.gradle.kts +++ b/ImagePickerAndroid/build.gradle.kts @@ -47,8 +47,8 @@ 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.2") -val activityVersion by extra("1.9.0") +val lifeCycleAndLiveDataCompilerAndViewModelKTXVersion by extra("2.8.4") +val activityVersion by extra("1.9.1") val fragmentVersion by extra("1.6.1") val coroutineVersion by extra("1.8.1") val multidexVersion by extra("2.0.1") @@ -77,8 +77,8 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutineVersion") //Unit Test testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.5") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") + androidTestImplementation("androidx.test.ext:junit:1.2.1") + androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") //Compose implementation("androidx.compose.foundation:foundation:$composeFoundationVersion") implementation("androidx.compose.material:material:$composeMaterialVersion") @@ -98,7 +98,7 @@ afterEvaluate { register("release") { groupId = "com.github.NicosNicolaou16" artifactId = "ImagePickerAndroid" - version = "2.0.14" + version = "2.0.15" from(components["release"]) } } diff --git a/README.md b/README.md index 3e71b96..2b2d505 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The library contain/features: ### Versioning -Gradle Version 8.5.0
+Gradle Version 8.5.1
Kotlin Version 2.0.0
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.0.14' +implementation 'com.github.NicosNicolaou16:ImagePickerAndroid:2.0.15' ``` ```Groovy @@ -49,7 +49,7 @@ allprojects { ### Kotlin DSL ```Kotlin -implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.0.14") +implementation("com.github.NicosNicolaou16:ImagePickerAndroid:2.0.15") ``` ```Kotlin @@ -67,7 +67,7 @@ dependencyResolutionManagement { ```toml [versions] # other versions here... -imagePickerAndroid = "2.0.14" +imagePickerAndroid = "2.0.15" [libraries] # other libraries here... diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 99e3704..11bb4f0 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.2") +val lifeCycleAndLiveDataCompilerAndViewModelKTXVersion by extra("2.8.4") val activityVersion by extra("1.8.0") val fragmentVersion by extra("1.6.1") val coroutineVersion by extra("1.8.1") @@ -69,6 +69,6 @@ dependencies { implementation("androidx.lifecycle:lifecycle-livedata-ktx:$lifeCycleAndLiveDataCompilerAndViewModelKTXVersion") implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifeCycleAndLiveDataCompilerAndViewModelKTXVersion") testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.5") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") + androidTestImplementation("androidx.test.ext:junit:1.2.1") + androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") } \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 577b28a..b5e5730 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.5.0" apply false - id("com.android.library") version "8.5.0" apply false + id("com.android.application") version "8.5.1" apply false + id("com.android.library") version "8.5.1" apply false id("org.jetbrains.kotlin.android") version "2.0.0" apply false } \ No newline at end of file diff --git a/imagepickerandroidcompose/build.gradle.kts b/imagepickerandroidcompose/build.gradle.kts index 55a6786..d8d7c97 100644 --- a/imagepickerandroidcompose/build.gradle.kts +++ b/imagepickerandroidcompose/build.gradle.kts @@ -53,20 +53,20 @@ dependencies { implementation(project(":ImagePickerAndroid")) 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.2") - implementation("androidx.activity:activity-compose:1.9.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") implementation("androidx.compose.material3:material3:1.2.1") testImplementation("junit:junit:4.13.2") - androidTestImplementation("androidx.test.ext:junit:1.1.5") - androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") + androidTestImplementation("androidx.test.ext:junit:1.2.1") + androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1") androidTestImplementation(platform("androidx.compose:compose-bom:2024.06.00")) androidTestImplementation("androidx.compose.ui:ui-test-junit4") debugImplementation("androidx.compose.ui:ui-tooling") debugImplementation("androidx.compose.ui:ui-test-manifest:1.6.8") - implementation("androidx.media3:media3-exoplayer:1.3.1") - implementation("androidx.media3:media3-ui:1.3.1") + implementation("androidx.media3:media3-exoplayer:1.4.0") + implementation("androidx.media3:media3-ui:1.4.0") } \ No newline at end of file