File tree Expand file tree Collapse file tree 5 files changed +16
-13
lines changed
Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 33/local.properties
44/.idea /workspace.xml
55/.idea /libraries
6+ /.idea /misc.xml
7+ /.idea /modules.xml
8+ /.idea /vcs.xml
69.DS_Store
710/build
811/captures
Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 jcenter()
6+ maven {
7+ url " https://maven.google.com"
8+ }
69 }
710 dependencies {
8- classpath ' com.android.tools.build:gradle:2.3.0'
9- classpath ' me.tatarka:gradle-retrolambda:3.4.0'
10- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1'
11+ classpath ' com.android.tools.build:gradle:3.0.0-alpha8'
12+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
1113
1214 // NOTE: Do not place your application dependencies here; they belong
1315 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
2- apply plugin : ' me.tatarka.retrolambda'
32
43android {
54 compileSdkVersion 25
@@ -32,8 +31,8 @@ dependencies {
3231 compile ' org.java-websocket:java-websocket:1.3.2'
3332 compile ' com.android.support:recyclerview-v7:25.2.0'
3433 compile ' io.reactivex:rxandroid:1.2.1'
35- compile ' com.squareup.retrofit2:converter-gson:2.1 .0'
36- compile ' com.squareup.retrofit2:adapter-rxjava:2.1 .0'
37- compile ' com.squareup.retrofit2:retrofit:2.1 .0'
34+ compile ' com.squareup.retrofit2:converter-gson:2.3 .0'
35+ compile ' com.squareup.retrofit2:adapter-rxjava:2.3 .0'
36+ compile ' com.squareup.retrofit2:retrofit:2.3 .0'
3837 compile project(' :lib' )
3938}
Original file line number Diff line number Diff line change 1- # Thu Feb 23 17:37:13 EET 2017
1+ # Mon Jul 31 15:30:48 MST 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-3.3 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-milestone-1 -all.zip
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2- apply plugin : ' me.tatarka.retrolambda'
32apply plugin : ' com.github.dcendents.android-maven'
43
54group= ' com.github.NaikSoftware'
65
76android {
87 compileSdkVersion 25
9- buildToolsVersion " 25.0.1 "
8+ buildToolsVersion " 25.0.2 "
109
1110 defaultConfig {
1211 minSdkVersion 16
@@ -32,10 +31,10 @@ android {
3231dependencies {
3332 compile fileTree(include : [' *.jar' ], dir : ' libs' )
3433 testCompile ' junit:junit:4.12'
35- compile ' io.reactivex:rxjava:1.2 .0'
34+ compile ' io.reactivex:rxjava:1.3 .0'
3635 // Supported transports
3736 provided " org.java-websocket:java-websocket:1.3.2"
38- provided ' com.squareup.okhttp3:okhttp:3.8.0 '
37+ provided ' com.squareup.okhttp3:okhttp:3.8.1 '
3938}
4039
4140task sourcesJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments