diff options
| author | Charles Lombardo <clombardo169@gmail.com> | 2023-10-13 15:08:47 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 15:08:47 -0400 |
| commit | 3e4edbe007f53b9160cbd6f4a848331587a3fe4b (patch) | |
| tree | 9dfa7dac4a4a3a27be75bad077b1af6b97596405 /src/android/build.gradle.kts | |
| parent | 4a9240599a21c78b957e3a738d2282d4ffa30129 (diff) | |
| parent | 3aa6d4d8ce47e1cb67343ffae0e67f274053a4ec (diff) | |
Merge pull request #11767 from t895/gradle-stuff
android: Update dependencies
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 } |
