1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-02-09 16:48:47 +01:00
tateisu 9d3c36ea0c - exoplayer:2.15.0
- flexbox:3.0.0
- Android Gradle plugin 4.2.2
2021-08-24 07:46:09 +09:00

32 lines
849 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion compile_sdk_version
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
defaultConfig {
targetSdkVersion target_sdk_version
minSdkVersion min_sdk_version
}
lintOptions {
abortOnError false
}
resourcePrefix "cpv_"
}
dependencies {
implementation "androidx.appcompat:appcompat:$appcompat_version"
implementation 'com.google.android.flexbox:flexbox:3.0.0'
}
//apply plugin: 'com.getkeepsafe.dexcount'
//apply from: 'https://raw.githubusercontent.com/jaredrummler/android-artifact-push/master/artifactory/publication.gradle'
//apply from: 'https://raw.githubusercontent.com/jaredrummler/android-artifact-push/master/maven/gradle-mvn-push.gradle'