0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 03:52:18 +02:00

Upgrade Gradle to 8.1.1 and NDK to r26b

This commit is contained in:
Patrick Goldinger 2023-12-09 02:58:45 +01:00
parent 6542d43cf9
commit 2813c64101
No known key found for this signature in database
GPG Key ID: 533467C3DC7B9262
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ android {
namespace = "dev.patrickgold.florisboard"
compileSdk = 33
buildToolsVersion = "33.0.2"
ndkVersion = "25.2.9519653"
ndkVersion = "26.1.10909125"
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8

View File

@ -1,7 +1,7 @@
[versions]
# Main
accompanist = "0.30.1"
android-gradle-plugin = "8.0.0"
android-gradle-plugin = "8.1.1"
androidx-activity = "1.5.1"
androidx-autofill = "1.1.0"
androidx-collection = "1.2.0"