peertube-live-streaming/encoder/build.gradle

21 lines
317 B
Groovy
Raw Normal View History

2021-06-22 16:05:02 +02:00
apply plugin: 'com.android.library'
android {
compileSdkVersion 30
defaultConfig {
minSdkVersion 16
targetSdkVersion 30
}
buildTypes {
release {
minifyEnabled false
consumerProguardFiles 'proguard-rules.pro'
}
}
}
dependencies {
api 'androidx.annotation:annotation:1.2.0'
}