mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-03 15:10:28 +01:00
16 lines
267 B
Groovy
16 lines
267 B
Groovy
|
plugins {
|
||
|
id 'com.android.library'
|
||
|
}
|
||
|
|
||
|
android {
|
||
|
compileSdkVersion 29
|
||
|
buildToolsVersion "29.0.3"
|
||
|
ndkVersion "21.1.6352462"
|
||
|
|
||
|
defaultConfig {
|
||
|
minSdkVersion 16
|
||
|
targetSdkVersion 29
|
||
|
versionCode 1
|
||
|
versionName "1.0"
|
||
|
}
|
||
|
}
|