mirror of
https://codeberg.org/Schoumi/PeerTubeLive.git
synced 2024-12-22 16:38:17 +01:00
619cb0a8e0
- Update gradle version
20 lines
268 B
Groovy
20 lines
268 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
compileSdkVersion 30
|
|
|
|
defaultConfig {
|
|
minSdkVersion 16
|
|
targetSdkVersion 30
|
|
}
|
|
buildTypes {
|
|
release {
|
|
minifyEnabled false
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
api 'androidx.annotation:annotation:1.2.0'
|
|
}
|