merge upstream

This commit is contained in:
jmir1
2022-08-06 20:17:53 +02:00
parent bd076c3e5d
commit 0f7df7a71c
59 changed files with 1386 additions and 672 deletions

View File

@ -1,6 +1,5 @@
object AndroidConfig {
const val compileSdk = 30
const val compileSdk = 32
const val minSdk = 21
const val targetSdk = 29
const val buildTools = "30.0.3"
const val targetSdk = 32
}