Skip to content

Commit

Permalink
Migrated to AGP 8.1.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
smikhalevski authored Aug 9, 2023
1 parent a5b85cd commit b9a1bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("com.android.application") version "8.0.1" apply false
id("com.android.library") version "8.0.1" apply false
id("com.android.application") version "8.1.0" apply false
id("com.android.library") version "8.1.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
id("org.jetbrains.dokka") version "1.8.10" apply false
}
Expand Down

0 comments on commit b9a1bb4

Please sign in to comment.