Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Update dependencies - Timber and app engine plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJack committed Oct 27, 2015
1 parent 5299e4c commit 70c4653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.google.appengine:gradle-appengine-plugin:1.9.26"
classpath "com.google.appengine:gradle-appengine-plugin:${appEngineLibVersion}"
}
}

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
compile 'com.trello:rxlifecycle-components:0.3.0'

compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.jakewharton.timber:timber:3.1.0'
compile 'com.jakewharton.timber:timber:4.1.0'
}

apply from: '../config/static-analysis.gradle'

0 comments on commit 70c4653

Please sign in to comment.