diff options
author | Charles Lombardo <clombardo169@gmail.com> | 2023-10-11 22:11:53 -0400 |
---|---|---|
committer | Charles Lombardo <clombardo169@gmail.com> | 2023-10-12 18:59:57 -0400 |
commit | 8b64878258106293057380d829de52e29065b212 (patch) | |
tree | 55886ae00e0c010d0381a9f42e34f17daae5c010 /src/android/build.gradle.kts | |
parent | 519c12da1566e03b87cd1066999ed673ade30608 (diff) |
android: Update AGP to 8.1.2
Diffstat (limited to 'src/android/build.gradle.kts')
-rw-r--r-- | src/android/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/build.gradle.kts b/src/android/build.gradle.kts index 80f370c16..51e559321 100644 --- a/src/android/build.gradle.kts +++ b/src/android/build.gradle.kts @@ -3,8 +3,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.0.2" apply false - id("com.android.library") version "8.0.2" apply false + id("com.android.application") version "8.1.2" apply false + id("com.android.library") version "8.1.2" apply false id("org.jetbrains.kotlin.android") version "1.8.21" apply false } |