TubeLab-App-Android/app/build.gradle

212 lines
9.1 KiB
Groovy
Raw Normal View History

2020-06-25 16:57:13 +02:00
apply plugin: 'com.android.application'
2020-06-26 18:17:17 +02:00
apply plugin: "androidx.navigation.safeargs"
2021-01-06 19:23:44 +01:00
2020-06-25 16:57:13 +02:00
android {
2020-09-03 19:08:53 +02:00
compileSdkVersion 30
buildToolsVersion "30.0.2"
2020-06-25 16:57:13 +02:00
defaultConfig {
2020-09-06 20:41:36 +02:00
2020-06-29 17:59:36 +02:00
minSdkVersion 21
2020-09-03 19:08:53 +02:00
targetSdkVersion 30
versionCode 37
versionName "1.12.1"
2020-06-26 18:17:17 +02:00
multiDexEnabled true
2020-06-25 16:57:13 +02:00
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
2020-06-26 19:16:00 +02:00
dexOptions {
javaMaxHeapSize "4g"
}
2020-09-06 20:41:36 +02:00
flavorDimensions "default"
2020-06-25 16:57:13 +02:00
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
2020-06-26 14:34:39 +02:00
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
2020-09-06 20:41:36 +02:00
2020-10-15 15:16:41 +02:00
buildFeatures {
viewBinding = true
}
2020-09-19 17:22:34 +02:00
lintOptions {
disable 'MissingTranslation'
checkReleaseBuilds false
abortOnError false
}
2020-12-14 16:41:29 +01:00
//boolean full_instances if set to false means TubeAcad
2020-09-06 20:41:36 +02:00
productFlavors {
fdroid_peertube_apps_educ {
2020-09-06 20:41:36 +02:00
applicationId "app.fedilab.fedilabtube"
2020-12-11 18:37:35 +01:00
resValue "string", "app_name", "TubeAcad"
resValue "string", "app_id", "app.fedilab.fedilabtube"
2020-12-24 16:40:18 +01:00
buildConfigField "String", "version", "\"fdroid_acad\""
2020-09-13 19:20:04 +02:00
buildConfigField "boolean", "full_instances", "false"
2020-09-14 15:53:31 +02:00
buildConfigField "boolean", "google_restriction", "false"
2020-12-01 16:09:14 +01:00
buildConfigField "boolean", "surfing_mode", "false"
buildConfigField "boolean", "sepia_search", "false"
2020-12-12 09:32:55 +01:00
buildConfigField "boolean", "instance_switcher", "true"
2020-12-30 15:37:09 +01:00
buildConfigField "boolean", "allow_remote_connections", "false"
2020-09-13 19:20:04 +02:00
}
google_peertube_apps_educ {
2020-09-13 19:20:04 +02:00
applicationId "app.fedilab.fedilabtube"
2020-12-11 18:37:35 +01:00
resValue "string", "app_name", "TubeAcad"
resValue "string", "app_id", "app.fedilab.fedilabtube"
2020-12-24 16:40:18 +01:00
buildConfigField "String", "version", "\"google_acad\""
2020-09-13 19:20:04 +02:00
buildConfigField "boolean", "full_instances", "false"
2020-09-14 15:53:31 +02:00
buildConfigField "boolean", "google_restriction", "true"
2020-12-01 16:09:14 +01:00
buildConfigField "boolean", "surfing_mode", "false"
buildConfigField "boolean", "sepia_search", "false"
2020-12-12 09:32:55 +01:00
buildConfigField "boolean", "instance_switcher", "true"
2020-12-30 15:37:09 +01:00
buildConfigField "boolean", "allow_remote_connections", "false"
2020-09-06 20:41:36 +02:00
}
fdroid_full {
applicationId "app.fedilab.tubelab"
2020-12-11 18:37:35 +01:00
resValue "string", "app_name", "TubeLab"
resValue "string", "app_id", "app.fedilab.tubelab"
2020-09-13 19:20:04 +02:00
buildConfigField "String", "version", "\"fdroid_full\""
buildConfigField "boolean", "full_instances", "true"
2020-09-14 15:53:31 +02:00
buildConfigField "boolean", "google_restriction", "false"
2020-12-01 16:09:14 +01:00
buildConfigField "boolean", "surfing_mode", "true"
buildConfigField "boolean", "sepia_search", "true"
2020-12-12 09:32:55 +01:00
buildConfigField "boolean", "instance_switcher", "true"
2020-12-30 15:37:09 +01:00
buildConfigField "boolean", "allow_remote_connections", "true"
2020-09-13 19:20:04 +02:00
}
google_full {
applicationId "app.fedilab.tubelab"
2020-12-11 18:37:35 +01:00
resValue "string", "app_name", "TubeLab"
resValue "string", "app_id", "app.fedilab.tubelab"
2020-09-13 19:20:04 +02:00
buildConfigField "String", "version", "\"google_full\""
buildConfigField "boolean", "full_instances", "true"
2020-09-14 15:53:31 +02:00
buildConfigField "boolean", "google_restriction", "true"
2020-12-01 16:09:14 +01:00
buildConfigField "boolean", "surfing_mode", "true"
buildConfigField "boolean", "sepia_search", "true"
2020-12-12 09:32:55 +01:00
buildConfigField "boolean", "instance_switcher", "true"
2020-12-30 15:37:09 +01:00
buildConfigField "boolean", "allow_remote_connections", "true"
2020-09-13 19:20:04 +02:00
}
2020-12-11 18:37:35 +01:00
queermotion {
applicationId "org.queermotion.peertube"
resValue "string", "app_name", "QueerMotion"
resValue "string", "app_id", "org.queermotion.peertube"
buildConfigField "String", "version", "\"queermotion\""
buildConfigField "boolean", "full_instances", "true"
buildConfigField "boolean", "google_restriction", "false"
buildConfigField "boolean", "surfing_mode", "false"
buildConfigField "boolean", "sepia_search", "false"
2020-12-12 09:32:55 +01:00
buildConfigField "boolean", "instance_switcher", "false"
2020-12-30 15:37:09 +01:00
buildConfigField "boolean", "allow_remote_connections", "false"
2020-12-11 18:37:35 +01:00
}
2020-11-29 11:59:27 +01:00
bittube {
applicationId "app.fedilab.bittube"
2020-12-11 18:37:35 +01:00
resValue "string", "app_name", "Bittube"
resValue "string", "app_id", "app.fedilab.bittube"
buildConfigField "String", "version", "\"bittube\""
2020-11-29 11:59:27 +01:00
buildConfigField "boolean", "full_instances", "true"
buildConfigField "boolean", "google_restriction", "true"
2020-12-01 16:09:14 +01:00
buildConfigField "boolean", "surfing_mode", "false"
buildConfigField "boolean", "sepia_search", "false"
2020-12-12 09:32:55 +01:00
buildConfigField "boolean", "instance_switcher", "true"
2020-12-30 15:37:09 +01:00
buildConfigField "boolean", "allow_remote_connections", "false"
2020-11-29 11:59:27 +01:00
}
2020-09-13 19:20:04 +02:00
}
sourceSets {
fdroid_peertube_apps_educ {
2020-09-13 19:20:04 +02:00
res.srcDirs = ['src/main/res', 'src/acad/res']
2021-01-05 17:26:21 +01:00
java.srcDirs = ['src/main/java', 'src/acad/java', 'src/no_google_donation/java']
2020-09-06 20:41:36 +02:00
}
google_peertube_apps_educ {
2020-09-13 19:20:04 +02:00
res.srcDirs = ['src/main/res', 'src/acad/res']
2021-01-05 17:26:21 +01:00
java.srcDirs = ['src/main/java', 'src/acad/java', 'src/no_google_donation/java']
2020-09-13 19:20:04 +02:00
}
fdroid_full {
res.srcDirs = ['src/main/res', 'src/full/res']
2021-01-05 17:26:21 +01:00
java.srcDirs = ['src/main/java', 'src/full/java', 'src/no_google_donation/java']
2020-09-06 20:41:36 +02:00
}
google_full {
2021-01-05 17:26:21 +01:00
res.srcDirs = ['src/main/res', 'src/full/res', 'src/google_donation/res']
java.srcDirs = ['src/main/java', 'src/full/java', 'src/google_donation/java']
2020-09-06 20:41:36 +02:00
}
2020-12-11 18:37:35 +01:00
queermotion {
res.srcDirs = ['src/main/res', 'src/queermotion/res']
2021-01-05 17:26:21 +01:00
java.srcDirs = ['src/main/java', 'src/full/java', 'src/no_google_donation/java']
2020-12-11 18:37:35 +01:00
}
2020-11-29 11:59:27 +01:00
bittube {
res.srcDirs = ['src/main/res', 'src/bittube/res']
2021-01-05 17:26:21 +01:00
java.srcDirs = ['src/main/java', 'src/full/java', 'src/no_google_donation/java']
2020-11-29 11:59:27 +01:00
}
2020-09-06 20:41:36 +02:00
}
2020-06-26 14:34:39 +02:00
}
allprojects {
repositories {
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com"}
}
2020-06-25 16:57:13 +02:00
}
2020-09-06 20:41:36 +02:00
2020-06-25 16:57:13 +02:00
dependencies {
2020-06-26 18:17:17 +02:00
implementation "androidx.multidex:multidex:2.0.1"
2020-06-25 16:57:13 +02:00
implementation fileTree(dir: "libs", include: ["*.jar"])
2020-09-03 18:56:28 +02:00
implementation 'androidx.appcompat:appcompat:1.2.0'
2020-09-03 19:08:53 +02:00
implementation 'androidx.preference:preference:1.1.1'
2020-09-06 20:41:36 +02:00
implementation 'com.google.android.material:material:1.2.1'
2020-11-06 17:32:12 +01:00
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
2020-06-25 16:57:13 +02:00
implementation 'androidx.vectordrawable:vectordrawable:1.1.0'
implementation 'androidx.navigation:navigation-fragment:2.3.2'
2020-06-26 18:17:17 +02:00
implementation "androidx.fragment:fragment:1.2.5"
implementation 'androidx.navigation:navigation-ui:2.3.2'
implementation ("androidx.navigation:navigation-dynamic-features-fragment:2.3.2")
2020-06-26 14:34:39 +02:00
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation 'androidx.browser:browser:1.3.0'
implementation 'androidx.documentfile:documentfile:1.0.1'
2020-12-29 16:53:02 +01:00
implementation project(path: ':torrentStream')
2020-12-02 18:05:35 +01:00
testImplementation 'junit:junit:4.13.1'
2020-09-05 18:50:17 +02:00
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
2020-06-25 16:57:13 +02:00
2020-06-26 19:16:00 +02:00
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
2020-06-26 14:34:39 +02:00
implementation 'com.github.GrenderG:Toasty:1.4.2'
2020-12-28 15:39:18 +01:00
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
implementation 'com.google.android.exoplayer:extension-mediasession:2.12.2'
2020-06-26 14:34:39 +02:00
implementation "com.github.mabbas007:TagsEditText:1.0.5"
implementation "com.github.bumptech.glide:glide:4.11.0"
2020-06-27 19:08:52 +02:00
annotationProcessor "com.github.bumptech.glide:compiler:4.11.0"
2020-06-26 14:34:39 +02:00
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
2020-11-22 16:46:05 +01:00
implementation "net.gotev:uploadservice:4.5.1"
implementation "net.gotev:uploadservice-okhttp:4.5.1"
2020-06-26 14:34:39 +02:00
implementation "com.google.code.gson:gson:2.8.6"
implementation 'androidx.media:media:1.2.1'
2020-10-04 17:25:08 +02:00
implementation 'com.github.ybq:Android-SpinKit:1.4.0'
2020-09-25 18:58:04 +02:00
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
2020-10-09 10:19:46 +02:00
implementation 'com.github.mancj:MaterialSearchBar:0.8.5'
2020-09-25 18:58:04 +02:00
2020-11-06 17:32:12 +01:00
2020-10-10 15:33:25 +02:00
implementation "io.github.kobakei:ratethisapp:1.2.0"
2020-10-29 18:56:57 +01:00
implementation 'com.github.vkay94:DoubleTapPlayerView:1.0.0'
2020-11-04 18:39:45 +01:00
implementation "androidx.work:work-runtime:2.4.0"
implementation "androidx.work:work-runtime-ktx:2.4.0"
//custom cast feature
implementation 'jp.wasabeef:glide-transformations:4.0.0'
2020-12-02 18:05:35 +01:00
implementation 'su.litvak.chromecast:api-v2:0.11.3'
implementation 'com.fasterxml.jackson.core:jackson-core:2.12.0'
2020-12-05 17:28:25 +01:00
implementation 'org.slf4j:slf4j-simple:1.7.30'
2021-01-06 19:23:44 +01:00
google_fullImplementation "com.android.billingclient:billing:3.0.2"
fdroid_peertube_apps_educImplementation 'org.matomo.sdk:tracker:4.1.2'
google_peertube_apps_educImplementation 'org.matomo.sdk:tracker:4.1.2'
2020-12-14 16:41:29 +01:00
2020-06-25 16:57:13 +02:00
}