diff --git a/build.gradle b/build.gradle index a5cf8e8..9994874 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath "com.android.tools.build:gradle:9.2.1" - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.21" - classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.3.21" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.0" + classpath "org.jetbrains.kotlin:compose-compiler-gradle-plugin:2.4.0" } } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b52fb7e..df6a6ad 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/libtestingexample/build.gradle b/libtestingexample/build.gradle index 503caef..d3d989a 100644 --- a/libtestingexample/build.gradle +++ b/libtestingexample/build.gradle @@ -37,9 +37,9 @@ android { } dependencies { - implementation "androidx.core:core-ktx:1.18.0" - implementation "androidx.activity:activity-compose:1.11.0" - implementation platform("androidx.compose:compose-bom:2026.05.00") + implementation "androidx.core:core-ktx:1.19.0" + implementation "androidx.activity:activity-compose:1.13.0" + implementation platform("androidx.compose:compose-bom:2026.05.01") implementation "androidx.compose.ui:ui" implementation "androidx.compose.material3:material3"