Target SDK 31

This commit is contained in:
vvb2060
2021-07-18 13:11:20 +08:00
committed by John Wu
parent 2cbc048352
commit 68fbdd474c
11 changed files with 203 additions and 156 deletions

View File

@@ -35,6 +35,5 @@ android {
}
dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))
implementation(project(":app:shared"))
}