Skip to content

Commit

Permalink
Merge pull request #204 from kiwicom/agp-7.3
Browse files Browse the repository at this point in the history
update to AGP 7.3 to avoid dokka classpath issues
  • Loading branch information
hrach authored Jul 29, 2022
2 parents 97f2275 + 8b5133e commit dfc9146
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion catalog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
defaultConfig {
applicationId = "kiwi.orbit.compose.catalog"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = 31
targetSdk = 33
versionName = project.findProperty("VERSION_NAME").toString()

val bits = versionName!!.split('.').map { it.toInt() }
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ minSdk = "23"

kotlin-lang = "1.7.0"
kotlin-dokka = "1.7.0"
android-gradle-plugin = "7.2.1"
android-gradle-plugin = "7.3.0-beta05"
maven-publish = "0.21.0"

kotlin-serialization = "1.3.3"
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ pluginManagement {
repositories {
google()
}
dependencies {
classpath("com.android.tools:r8:3.1.51")
}
}
}

Expand Down

0 comments on commit dfc9146

Please sign in to comment.