Initial implementation
This commit is contained in:
parent
256c243ce0
commit
0b4fa9ece7
69 changed files with 2561 additions and 0 deletions
9
gradlescripts/configs.gradle
Normal file
9
gradlescripts/configs.gradle
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
project.ext {
|
||||
defaultCompileSdkVersion = 32
|
||||
defaultMinSdkVersion = 23
|
||||
defaultTargetSdkVersion = 32
|
||||
defaultVersionCode = 1
|
||||
defaultVersionName = "1.0"
|
||||
compileCompatibility = JavaVersion.VERSION_1_8
|
||||
kotlinJvmTarget = "1.8"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue