From 1dfeb13537075f8b011bcf3ac13dd4277580fce9 Mon Sep 17 00:00:00 2001 From: Nicos Nicolaou Date: Sat, 26 Oct 2024 00:32:20 +0300 Subject: [PATCH 1/9] update Kotlin version --- ImagePickerAndroid/build.gradle.kts | 2 +- build.gradle.kts | 2 +- imagepickerandroidcompose/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ImagePickerAndroid/build.gradle.kts b/ImagePickerAndroid/build.gradle.kts index 5d3c196..5e1e6ef 100644 --- a/ImagePickerAndroid/build.gradle.kts +++ b/ImagePickerAndroid/build.gradle.kts @@ -3,7 +3,7 @@ plugins { id("org.jetbrains.kotlin.android") id("kotlin-kapt") id("maven-publish") - id("org.jetbrains.kotlin.plugin.compose") version "2.0.20" + id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" } android { diff --git a/build.gradle.kts b/build.gradle.kts index c39bba6..bbe7e1a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,5 +2,5 @@ plugins { 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 + id("org.jetbrains.kotlin.android") version "2.0.21" apply false } \ No newline at end of file diff --git a/imagepickerandroidcompose/build.gradle.kts b/imagepickerandroidcompose/build.gradle.kts index 5610192..a680350 100644 --- a/imagepickerandroidcompose/build.gradle.kts +++ b/imagepickerandroidcompose/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("com.android.application") id("org.jetbrains.kotlin.android") - id("org.jetbrains.kotlin.plugin.compose") version "2.0.20" + id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" } android { From 38c53ee97f8c44254722b0ce9693689c3c5c6df4 Mon Sep 17 00:00:00 2001 From: Nicos Nicolaou Date: Sat, 26 Oct 2024 00:37:06 +0300 Subject: [PATCH 2/9] update Gradle version --- build.gradle.kts | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index bbe7e1a..3f8f5b9 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.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.1" apply false + id("com.android.library") version "8.7.1" apply false id("org.jetbrains.kotlin.android") version "2.0.21" apply false } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 3cd13c1..0e32113 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sat May 06 23:21:02 EEST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists From ed690e1c2b16b122aec70384c5dafcee2f0baf45 Mon Sep 17 00:00:00 2001 From: Nicos Nicolaou Date: Sat, 26 Oct 2024 00:49:47 +0300 Subject: [PATCH 3/9] update all libraries --- ImagePickerAndroid/build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ImagePickerAndroid/build.gradle.kts b/ImagePickerAndroid/build.gradle.kts index 5e1e6ef..d5b302e 100644 --- a/ImagePickerAndroid/build.gradle.kts +++ b/ImagePickerAndroid/build.gradle.kts @@ -47,16 +47,16 @@ 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.6") -val activityVersion by extra("1.9.2") +val activityVersion by extra("1.9.3") 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.2") -val composeLiveDataVersion by extra("1.7.2") -val composeFoundationVersion by extra("1.7.2") -val composeMaterialVersion by extra("1.7.2") +val composeVersion by extra("1.7.4") +val composeLiveDataVersion by extra("1.7.4") +val composeFoundationVersion by extra("1.7.4") +val composeMaterialVersion by extra("1.7.4") val composeMaterial3Version by extra("1.3.0") dependencies { From 66722fb206d39560e8cc655a7fefe19f81e6fa22 Mon Sep 17 00:00:00 2001 From: Nicos Nicolaou Date: Sat, 26 Oct 2024 00:49:58 +0300 Subject: [PATCH 4/9] update all libraries --- imagepickerandroidcompose/build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/imagepickerandroidcompose/build.gradle.kts b/imagepickerandroidcompose/build.gradle.kts index a680350..5a1beda 100644 --- a/imagepickerandroidcompose/build.gradle.kts +++ b/imagepickerandroidcompose/build.gradle.kts @@ -51,10 +51,10 @@ android { dependencies { implementation(project(":ImagePickerAndroid")) implementation("androidx.core:core-ktx:1.13.1") - implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.20")) + implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.21")) 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.02")) + implementation("androidx.activity:activity-compose:1.9.3") + implementation(platform("androidx.compose:compose-bom:2024.10.00")) 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.02")) + androidTestImplementation(platform("androidx.compose:compose-bom:2024.10.00")) androidTestImplementation("androidx.compose.ui:ui-test-junit4") debugImplementation("androidx.compose.ui:ui-tooling") - debugImplementation("androidx.compose.ui:ui-test-manifest:1.7.2") + debugImplementation("androidx.compose.ui:ui-test-manifest:1.7.4") implementation("androidx.media3:media3-exoplayer:1.4.1") implementation("androidx.media3:media3-ui:1.4.1") } \ No newline at end of file From 7c1841d7eb285d6d772e52b4943eccbc413b3121 Mon Sep 17 00:00:00 2001 From: Nicos Nicolaou Date: Sat, 26 Oct 2024 01:24:09 +0300 Subject: [PATCH 5/9] upgrade Target SDK from 34 to 35 --- ImagePickerAndroid/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ImagePickerAndroid/build.gradle.kts b/ImagePickerAndroid/build.gradle.kts index d5b302e..5ce766b 100644 --- a/ImagePickerAndroid/build.gradle.kts +++ b/ImagePickerAndroid/build.gradle.kts @@ -8,13 +8,13 @@ plugins { android { namespace = "com.nick.imagepickerandroid" - compileSdk = 34 - buildToolsVersion = "34.0.0" + compileSdk = 35 + buildToolsVersion = "35.0.0" defaultConfig { minSdk = 24 - lint.targetSdk = 34 - testOptions.targetSdk = 34 + lint.targetSdk = 35 + testOptions.targetSdk = 35 buildFeatures { compose = true } From 17cd3096c94cdbaddaa38dc21d10d23886de7058 Mon Sep 17 00:00:00 2001 From: Nicos Nicolaou Date: Sat, 26 Oct 2024 01:24:20 +0300 Subject: [PATCH 6/9] upgrade Target SDK from 34 to 35 --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 030302a..9103635 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -6,13 +6,13 @@ plugins { android { namespace = "com.nicos.imagepickerandroidexample" - compileSdk = 34 - buildToolsVersion = "34.0.0" + compileSdk = 35 + buildToolsVersion = "35.0.0" defaultConfig { applicationId = "com.nicos.imagepickerandroidexample" minSdk = 24 - targetSdk = 34 + targetSdk = 35 versionCode = 1 versionName = "1.0" From 5145bdff8070583f7b52dd198d76c882d9143cf4 Mon Sep 17 00:00:00 2001 From: Nicos Nicolaou Date: Sat, 26 Oct 2024 01:24:31 +0300 Subject: [PATCH 7/9] upgrade Target SDK from 34 to 35 --- .idea/compiler.xml | 2 +- .idea/gradle.xml | 1 + .idea/kotlinc.xml | 2 +- .idea/misc.xml | 3 ++- .idea/runConfigurations.xml | 17 +++++++++++++++++ imagepickerandroidcompose/build.gradle.kts | 6 +++--- 6 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 .idea/runConfigurations.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b589d56..b86273d 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index a15633d..0b128fb 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,6 +4,7 @@