gradle: downgrade AGP to 7.0.x again

This commit is contained in:
Harsh Shandilya 2022-04-22 20:15:30 +05:30
parent 844082aed9
commit 3be6e2552f
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 2 additions and 13 deletions

View file

@ -27,7 +27,7 @@ androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version
aurora-component = { module = "org.pushing-pixels:aurora-component", version.ref = "aurora" }
aurora-theming = { module = "org.pushing-pixels:aurora-theming", version.ref = "aurora" }
aurora-window = { module = "org.pushing-pixels:aurora-window", version.ref = "aurora" }
build-agp = "com.android.tools.build:gradle:7.1.3"
build-agp = "com.android.tools.build:gradle:7.0.4"
build-kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
build-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.4.2"