fix(android): adjust for Kotlin and project warnings

This commit is contained in:
Lucas Nogueira
2024-05-30 14:52:47 -03:00
parent f1a60fcb6a
commit acd383af75
25 changed files with 238 additions and 172 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ android {
compileSdk = 34
defaultConfig {
minSdk = 19
minSdk = 24
targetSdk = 34
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"