File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 ext {
33 playServicesVersion = ' 12.0.1'
4- kotlinVersion = ' 1.2.21 '
4+ kotlinVersion = ' 1.2.50 '
55 }
66 repositories {
77 google()
88 jcenter()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:3.0.1 '
11+ classpath ' com.android.tools.build:gradle:3.1.3 '
1212 classpath ' com.google.gms:google-services:3.1.2'
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
1414 }
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ apply plugin: 'com.android.library'
22apply plugin : ' kotlin-android'
33
44dependencies {
5- compile ' com.eclipsesource.tabris:tabris-android:2.4 .0'
5+ compile ' com.eclipsesource.tabris:tabris-android:3.0 .0'
66 compile " com.google.firebase:firebase-core:$playServicesVersion "
77 compile " com.google.firebase:firebase-messaging:$playServicesVersion "
88 compile " com.google.firebase:firebase-analytics:$playServicesVersion "
99
1010 testCompile ' junit:junit:4.12'
11- testCompile ' org.mockito:mockito-core:2.12 .0'
11+ testCompile ' org.mockito:mockito-core:2.13 .0'
1212 testCompile ' com.squareup.assertj:assertj-android:1.2.0'
13- testCompile ' org.robolectric:robolectric:3.6.1 '
13+ testCompile ' org.robolectric:robolectric:3.8 '
1414 compile " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion "
1515}
1616
Original file line number Diff line number Diff line change 1- # Tue Nov 14 11:57:20 CET 2017
1+ # Fri Jun 22 11:49:41 CEST 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments