Furnish with android examples

This commit is contained in:
You Qi
2023-04-28 04:31:24 +08:00
parent c733e9af54
commit ea08f4f072
26 changed files with 338 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
[versions]
compileSdkVersion = "32"
targetSdkVersion = "32"
minSdkVersion = "21"
detekt = "1.22.0"
kotlin = "1.8.21"
ktlintGradle = "11.3.2"
@@ -18,3 +22,5 @@ junit = "junit:junit:4.13.2"
truth = "com.google.truth:truth:1.1.3"
asm = "org.ow2.asm:asm:9.4"
androidGradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
appcompat = "androidx.appcompat:appcompat:1.3.1"
kotlinStdlib = "org.jetbrains.kotlin:kotlin-stdlib:1.7.20"