@@ -4,9 +4,10 @@ buildscript {
4
4
repositories {
5
5
jcenter()
6
6
mavenCentral()
7
+ google()
7
8
}
8
9
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.0.1 '
10
+ classpath ' com.android.tools.build:gradle:3.1.0 '
10
11
classpath ' com.google.gms:google-services:3.1.1'
11
12
}
12
13
}
@@ -21,12 +22,12 @@ allprojects {
21
22
22
23
android {
23
24
compileSdkVersion 27
24
- buildToolsVersion " 27.0.2 "
25
+ buildToolsVersion " 27.0.3 "
25
26
defaultConfig {
26
27
applicationId " com.cpjd.roblu"
27
28
minSdkVersion 19
28
29
targetSdkVersion 27
29
- versionCode 60
30
+ versionCode 61
30
31
versionName " 4.4.6"
31
32
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
32
33
@@ -79,34 +80,34 @@ android {
79
80
}
80
81
81
82
dependencies {
82
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
83
- androidTestCompile (' com.android.support.test.espresso:espresso-core:2.2.2' , {
83
+ implementation fileTree(dir : ' libs' , include : [' *.jar' ])
84
+ androidTestImplementation (' com.android.support.test.espresso:espresso-core:2.2.2' , {
84
85
exclude group : ' com.android.support' , module : ' support-annotations'
85
86
})
86
- testCompile ' junit:junit:4.12'
87
- compile (' com.mikepenz:aboutlibraries:5.9.6@aar' ) { transitive = true }
88
- compile (' com.mikepenz:materialdrawer:5.9.0@aar' ) {
87
+ androidTestImplementation ' junit:junit:4.12'
88
+ implementation (' com.mikepenz:aboutlibraries:5.9.6@aar' ) { transitive = true }
89
+ implementation (' com.mikepenz:materialdrawer:5.9.0@aar' ) {
89
90
transitive = true
90
91
}
91
- compile " com.googlecode.json-simple:json-simple:1.1"
92
- compile ' com.dlazaro66.qrcodereaderview:qrcodereaderview:2.0.3'
93
- compile ' com.roughike:bottom-bar:2.1.1'
94
- compile ' com.miguelcatalan:materialsearchview:1.4.0'
95
- compile ' pub.devrel:easypermissions:0.2.1'
96
- compile ' com.google.guava:guava:22.0-android'
97
- compile ' com.jrummyapps:colorpicker:2.1.6'
98
- compile ' com.github.infotech-group:CanvasView:release'
99
- compile ' com.android.support:appcompat-v7:27.0.2'
100
- compile ' com.android.support:recyclerview-v7:27.0.2'
101
- compile ' com.android.support:preference-v7:27.0.2'
102
- compile ' com.android.support:cardview-v7:27.0.2'
103
- compile ' com.android.support:design:27.0.2'
104
- compile ' pub.devrel:easypermissions:0.2.1'
105
- compile ' com.squareup.picasso:picasso:2.5.2'
106
- compile (' com.mikepenz:aboutlibraries:5.9.5@aar' ) { transitive = true }
107
- compile ' com.android.support:appcompat-v7:27.0.2'
92
+ implementation " com.googlecode.json-simple:json-simple:1.1"
93
+ implementation ' com.dlazaro66.qrcodereaderview:qrcodereaderview:2.0.3'
94
+ implementation ' com.roughike:bottom-bar:2.1.1'
95
+ implementation ' com.miguelcatalan:materialsearchview:1.4.0'
96
+ implementation ' pub.devrel:easypermissions:0.2.1'
97
+ implementation ' com.google.guava:guava:22.0-android'
98
+ implementation ' com.jrummyapps:colorpicker:2.1.6'
99
+ implementation ' com.github.infotech-group:CanvasView:release'
100
+ implementation ' com.android.support:appcompat-v7:27.0.2'
101
+ implementation ' com.android.support:recyclerview-v7:27.0.2'
102
+ implementation ' com.android.support:preference-v7:27.0.2'
103
+ implementation ' com.android.support:cardview-v7:27.0.2'
104
+ implementation ' com.android.support:design:27.0.2'
105
+ implementation ' pub.devrel:easypermissions:0.2.1'
106
+ implementation ' com.squareup.picasso:picasso:2.5.2'
107
+ implementation (' com.mikepenz:aboutlibraries:5.9.5@aar' ) { transitive = true }
108
+ implementation ' com.android.support:appcompat-v7:27.0.2'
108
109
implementation ' com.github.PhilJay:MPAndroidChart:v3.0.3'
109
- compile " org.projectlombok:lombok:1.16.16"
110
+ implementation " org.projectlombok:lombok:1.16.16"
110
111
annotationProcessor ' org.projectlombok:lombok:1.16.16'
111
- compile ' javax.annotation:jsr250-api:1.0'
112
+ implementation ' javax.annotation:jsr250-api:1.0'
112
113
}
0 commit comments