mirror of
https://github.com/fankes/unmeta-gradle-plugin.git
synced 2025-09-07 19:34:03 +08:00
Furnish with android examples
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user