diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts index 386dd70..c309b84 100644 --- a/androidApp/build.gradle.kts +++ b/androidApp/build.gradle.kts @@ -43,13 +43,4 @@ android { sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 } -} - -val composeAndroidVersion = dependencies.androidx.compose.android.version - -configurations.all { - resolutionStrategy.eachDependency { - if (requested.group.startsWith("androidx.compose.")) - useVersion(composeAndroidVersion) - } } \ No newline at end of file diff --git a/gradle/sweet-dependency/sweet-dependency-config.yaml b/gradle/sweet-dependency/sweet-dependency-config.yaml index fb1d156..32495c9 100644 --- a/gradle/sweet-dependency/sweet-dependency-config.yaml +++ b/gradle/sweet-dependency/sweet-dependency-config.yaml @@ -27,13 +27,6 @@ plugins: version-ref: android-application libraries: - # Use a placeholder for the alpha compose version - # In the project to use "androidx.compose.android.version" to obtain the version - # and use the "resolutionStrategy" to replace all the current "stable" versions - androidx.compose.runtime: - runtime-android: - alias: androidx-compose-android - version: ^1.6.0-alpha01 androidx.activity: activity: version: +