-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbuild.gradle
65 lines (57 loc) · 1.75 KB
/
build.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.60"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.1.0"
}
}
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
ext.versions = [:]
versions.appcompat = "1.1.0"
versions.core_ktx = "1.1.0"
versions.stdlib_jdk7 = "1.3.50"
versions.constraint_layout = "1.1.3"
versions.retrofit = "2.7.0"
versions.retrofit_coroutines = "0.9.2"
versions.coroutines = "1.3.3"
versions.room = "2.2.3"
versions.navigation = "2.1.0"
versions.glide = "4.10.0"
versions.lifecycle = "2.1.0"
versions.junit = "4.12"
versions.junit_ext = "1.1.1"
versions.espress_core = "3.2.0"
versions.circle_image_view = "3.0.1"
versions.material_edittext = "2.1.4"
versions.material_design = "1.0.0"
versions.validator = "1.0.1"
versions.toast_style = "1.4.2"
versions.dexter = "6.0.1"
versions.legacy_support = "1.0.0"
versions.image_picker = "2.2.0"
versions.secure_preference = "0.1.7"
versions.circle_image_view = "3.0.1"
versions.algolia = "2.2.1"
versions.paging = "2.1.1"
versions.splashscreen = "1.1.0"
versions.reactive_network = "3.0.6"
versions.google_play_services_location = "17.0.0"
versions.connectableactivity = "1.0.3"
versions.locgetter = "1.2.0"