summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2020-05-07 11:38:01 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2020-05-08 16:26:00 -0400
commit4478447bec5e03aa0aec3be3f753e1dd9db59f1b (patch)
tree556b05201f647b85c6562383d218a901ae288b01 /build.gradle
parent6d9b4310a9349d937f993d631271a7d45479e22f (diff)
downloadantennapod-4478447bec5e03aa0aec3be3f753e1dd9db59f1b.zip
Clean up version locations and order
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 {