summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-05-16 22:36:35 +0200
committerGitHub <noreply@github.com>2020-05-16 22:36:35 +0200
commit42badd5f2f4ad41b3d4e96892256fc1c3525bfd6 (patch)
tree6d0a545bed903c15cc935f01bb5b12598af3610a /build.gradle
parent748e371bd1c02fb0845e91cb817c2b94a0c007ee (diff)
parentba1a0feb727263ba7758819384a7a0a3c09027a3 (diff)
downloadAntennaPod-42badd5f2f4ad41b3d4e96892256fc1c3525bfd6.zip
Merge pull request #4120 from TacoTheDank/develop
Clean up some non-code files
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle35
1 files changed, 20 insertions, 15 deletions
diff --git a/build.gradle b/build.gradle
index 82cec73ce..9774fc3c8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,31 +46,36 @@ project.ext {
minSdkVersion = 16
targetSdkVersion = 28
+ // AndroidX
+ annotationVersion = "1.1.0"
+ appcompatVersion = "1.1.0"
+ mediaVersion = "1.1.0"
+ preferenceVersion = "1.1.1"
workManagerVersion = "2.3.4"
- espressoVersion = "3.2.0"
- awaitilityVersion = "3.1.6"
- commonsioVersion = "2.5"
+ googleMaterialVersion = "1.1.0"
+
+ // Third-party
commonslangVersion = "3.6"
- eventbusVersion = "3.2.0"
- glideVersion = "4.8.0"
- glideOkhttpIntegrationVersion = "4.8.0"
- iconifyVersion = "2.2.2"
+ commonsioVersion = "2.5"
jsoupVersion = "1.11.2"
+ glideVersion = "4.8.0"
okhttpVersion = "3.12.10"
okioVersion = "1.17.5"
- recyclerviewFlexibledividerVersion = "1.4.0"
- robotiumSoloVersion = "5.6.3"
+ eventbusVersion = "3.2.0"
rxAndroidVersion = "2.1.1"
rxJavaVersion = "2.2.2"
- rxJavaRulesVersion = "1.3.3.0"
- triangleLabelViewVersion = "1.1.2"
-
- exoPlayerVersion = "2.10.8"
+ iconifyVersion = "2.2.2"
audioPlayerVersion = "v1.0.17"
- castCompanionLibVer = "2.9.1"
- playServicesVersion = "8.4.0"
+ // Google Play build
wearableSupportVersion = "2.6.0"
+
+ //Tests
+ awaitilityVersion = "3.1.6"
+ robotiumSoloVersion = "5.6.3"
+ espressoVersion = "3.2.0"
+ runnerVersion = "1.2.0"
+ rulesVersion = "1.2.0"
}
wrapper {