Add shortcut to change app language in Android 13

This commit is contained in:
arkon
2022-03-11 22:26:03 -05:00
parent 267ecce958
commit 538478cac8
4 changed files with 18 additions and 10 deletions

View File

@ -1,6 +0,0 @@
object AndroidConfig {
const val compileSdk = 31
const val minSdk = 23
const val targetSdk = 29
const val ndk = "22.1.7171670"
}