diff options
Diffstat (limited to 'main')
| -rw-r--r-- | main/.factorypath | 2 | ||||
| -rw-r--r-- | main/build.gradle | 16 | ||||
| -rw-r--r-- | main/libs/butterknife-5.1.1.jar | bin | 0 -> 45897 bytes |
3 files changed, 9 insertions, 9 deletions
diff --git a/main/.factorypath b/main/.factorypath index d19855f..1440abd 100644 --- a/main/.factorypath +++ b/main/.factorypath @@ -1,4 +1,4 @@ <factorypath> - <factorypathentry kind="WKSPJAR" id="/cgeo/libs/butterknife-5.1.0.jar" enabled="true" runInBatchMode="false"/> + <factorypathentry kind="WKSPJAR" id="/cgeo/libs/butterknife-5.1.1.jar" enabled="true" runInBatchMode="false"/> <factorypathentry kind="WKSPJAR" id="/cgeo/compile-libs/androidannotations-3.0.1.jar" enabled="true" runInBatchMode="false"/> </factorypath> diff --git a/main/build.gradle b/main/build.gradle index ae8877b..1aa34c6 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -27,7 +27,7 @@ gradle connectedCheck //https://github.com/stephanenicolas/Quality-Tools-for-Android def AAVersion = '3.0.1' -def RXVersion = '0.19.0' +def RXVersion = '0.19.2' group = 'cgeo.geocaching' version = '0.0.1' @@ -147,9 +147,9 @@ dependencies { compile 'com.android.support:appcompat-v7:19.1.0' - compile 'com.jakewharton:butterknife:5.0.0' + compile 'com.jakewharton:butterknife:5.1.1' compile 'org.apache.commons:commons-collections4:4.0' - compile 'org.apache.commons:commons-lang3:3.2.1' + compile 'org.apache.commons:commons-lang3:3.3.2' compile 'commons-io:commons-io:2.4' compile 'com.google.code.findbugs:annotations:2.0.3' @@ -242,14 +242,14 @@ dependencies { unitTestCompile 'junit:junit:4.8.2' unitTestCompile 'com.google.android:android-test:4.1.1.4' - unitTestCompile 'com.googlecode.androidannotations:androidannotations-api:2.7.1' - unitTestCompile 'com.jakewharton:butterknife:4.0.1' + unitTestCompile 'com.googlecode.androidannotations:androidannotations-api:$AAVersion' + unitTestCompile 'com.jakewharton:butterknife:5.1.1' unitTestCompile 'org.apache.commons:commons-collections4:4.0' unitTestCompile 'commons-io:commons-io:2.4' - unitTestCompile 'org.apache.commons:commons-lang3:3.2.1' + unitTestCompile 'org.apache.commons:commons-lang3:3.3.2' unitTestCompile 'com.google.code.findbugs:annotations:2.0.3' - unitTestCompile 'com.netflix.rxjava:rxjava-core:0.17.0-RC6' - unitTestCompile 'com.netflix.rxjava:rxjava-android:0.17.0-RC6' + unitTestCompile 'com.netflix.rxjava:rxjava-core:$RXVersion' + unitTestCompile 'com.netflix.rxjava:rxjava-android:$RXVersion' } // extend the runtime diff --git a/main/libs/butterknife-5.1.1.jar b/main/libs/butterknife-5.1.1.jar Binary files differnew file mode 100644 index 0000000..45ab11f --- /dev/null +++ b/main/libs/butterknife-5.1.1.jar |
