Skip to content

Commit

Permalink
Update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed Oct 20, 2014
1 parent 22484d1 commit 42da6dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:0.12.2"
classpath "com.android.tools.build:gradle:0.13.0"
classpath "jp.leafytree.gradle:gradle-android-scala-plugin:1.0"
}
}
Expand Down Expand Up @@ -48,12 +48,12 @@ dependencies {
compile files('libs/dnsjava-2.1.6.jar')
compile files('libs/kalium-jni-1.0.0-SNAPSHOT.jar')
compile "org.scala-lang:scala-library:2.11.2"
compile 'com.android.support:support-v4:21.+'
compile "org.scaloid:scaloid_2.11:3.5-10+"
compile 'com.android.support:appcompat-v7:21.+'
compile 'com.android.support:support-v4:21.0.0'
compile "org.scaloid:scaloid_2.11:3.5-10"
compile 'com.android.support:appcompat-v7:21.0.0'
compile 'com.netflix.rxjava:rxjava-core:0.20.4'
compile 'com.netflix.rxjava:rxjava-android:0.20.4'
compile 'com.netflix.rxjava:rxjava-scala:0.20.4'
compile 'com.netflix.rxjava:rxjava-android:0.20.4'
compile 'com.netflix.rxjava:rxjava-scala:0.20.4'
compile 'com.github.machinarius:preferencefragment:0.1.1'
compile 'com.shamanland:fab:0.0.5'

Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Jun 10 17:40:39 BST 2014
#Mon Oct 20 20:57:23 BST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-all.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-2.1-all.zip

0 comments on commit 42da6dc

Please sign in to comment.