1
0
mirror of https://github.com/MGislv/NekoX.git synced 2024-07-04 11:13:36 +00:00
NekoX/openpgp-api/build.gradle

16 lines
276 B
Groovy
Raw Normal View History

2020-07-19 07:44:11 +00:00
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
versionCode 9
versionName '13.0' // API-Version . minor
minSdkVersion 9
targetSdkVersion 28
}
lintOptions {
abortOnError false
}
}