Skip to content

Commit 484ce6a

Browse files
committed
Update android gradle project to Tabris.js 3.0
1 parent 37398b1 commit 484ce6a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

project/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
buildscript {
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
}

project/android/firebase/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ apply plugin: 'com.android.library'
22
apply plugin: 'kotlin-android'
33

44
dependencies {
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Nov 14 11:57:20 CET 2017
1+
#Fri Jun 22 11:49:41 CEST 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)