mirror of
https://codeberg.org/Schoumi/PeerTubeLive.git
synced 2025-01-11 10:04:40 +01:00
22 lines
312 B
Groovy
22 lines
312 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
compileSdkVersion 30
|
|
|
|
defaultConfig {
|
|
minSdkVersion 16
|
|
targetSdkVersion 30
|
|
versionCode 182
|
|
versionName "1.8.2"
|
|
}
|
|
buildTypes {
|
|
release {
|
|
minifyEnabled false
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
api 'androidx.annotation:annotation:1.2.0'
|
|
}
|