@@ -4,9 +4,10 @@ buildscript {
44 repositories {
55 jcenter()
66 mavenCentral()
7+ google()
78 }
89 dependencies {
9- classpath ' com.android.tools.build:gradle:3.0.1 '
10+ classpath ' com.android.tools.build:gradle:3.1.0 '
1011 classpath ' com.google.gms:google-services:3.1.1'
1112 }
1213}
@@ -21,12 +22,12 @@ allprojects {
2122
2223android {
2324 compileSdkVersion 27
24- buildToolsVersion " 27.0.2 "
25+ buildToolsVersion " 27.0.3 "
2526 defaultConfig {
2627 applicationId " com.cpjd.roblu"
2728 minSdkVersion 19
2829 targetSdkVersion 27
29- versionCode 60
30+ versionCode 61
3031 versionName " 4.4.6"
3132 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
3233
@@ -79,34 +80,34 @@ android {
7980}
8081
8182dependencies {
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' , {
8485 exclude group : ' com.android.support' , module : ' support-annotations'
8586 })
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' ) {
8990 transitive = true
9091 }
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'
108109 implementation ' com.github.PhilJay:MPAndroidChart:v3.0.3'
109- compile " org.projectlombok:lombok:1.16.16"
110+ implementation " org.projectlombok:lombok:1.16.16"
110111 annotationProcessor ' org.projectlombok:lombok:1.16.16'
111- compile ' javax.annotation:jsr250-api:1.0'
112+ implementation ' javax.annotation:jsr250-api:1.0'
112113}
0 commit comments