font rename test

This commit is contained in:
matthias
2024-04-01 12:25:26 +02:00
parent e5779cea19
commit d0747a9ac6
4 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.1.3" apply false
id("com.android.application") version "8.3.1" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
}