diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2014-09-03 19:24:06 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2014-09-03 19:24:06 +0200 |
| commit | 6b2a2e40e3027a02d6e2faf12d203cd1110f62e5 (patch) | |
| tree | 4a58d019ee9341208632b0ffdd4175f8d3fd55b9 /main | |
| parent | c92c1517aad773563362228c2c7703c35aab15d8 (diff) | |
| download | cgeo-6b2a2e40e3027a02d6e2faf12d203cd1110f62e5.zip cgeo-6b2a2e40e3027a02d6e2faf12d203cd1110f62e5.tar.gz cgeo-6b2a2e40e3027a02d6e2faf12d203cd1110f62e5.tar.bz2 | |
upgrade to butterknife 5.1.2
Diffstat (limited to 'main')
| -rw-r--r-- | main/.factorypath | 2 | ||||
| -rw-r--r-- | main/build.gradle | 4 | ||||
| -rw-r--r-- | main/libs/butterknife-5.1.1.jar | bin | 45897 -> 0 bytes | |||
| -rw-r--r-- | main/libs/butterknife-5.1.2.jar | bin | 0 -> 46226 bytes |
4 files changed, 3 insertions, 3 deletions
diff --git a/main/.factorypath b/main/.factorypath index 1440abd..3f23356 100644 --- a/main/.factorypath +++ b/main/.factorypath @@ -1,4 +1,4 @@ <factorypath> - <factorypathentry kind="WKSPJAR" id="/cgeo/libs/butterknife-5.1.1.jar" enabled="true" runInBatchMode="false"/> + <factorypathentry kind="WKSPJAR" id="/cgeo/libs/butterknife-5.1.2.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 89258c9..a1a397d 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -157,7 +157,7 @@ dependencies { compile 'com.android.support:appcompat-v7:19.1.0' compile 'com.google.android.gms:play-services:5.0.89' - compile 'com.jakewharton:butterknife:5.1.1' + compile 'com.jakewharton:butterknife:5.1.2' compile 'org.apache.commons:commons-collections4:4.0' compile 'org.apache.commons:commons-lang3:3.3.2' compile 'commons-io:commons-io:2.4' @@ -257,7 +257,7 @@ dependencies { unitTestCompile 'com.google.android:android-test:4.1.1.4' unitTestCompile 'com.googlecode.androidannotations:androidannotations-api:$AAVersion' - unitTestCompile 'com.jakewharton:butterknife:5.1.1' + unitTestCompile 'com.jakewharton:butterknife:5.1.2' unitTestCompile 'org.apache.commons:commons-collections4:4.0' unitTestCompile 'commons-io:commons-io:2.4' unitTestCompile 'org.apache.commons:commons-lang3:3.3.2' diff --git a/main/libs/butterknife-5.1.1.jar b/main/libs/butterknife-5.1.1.jar Binary files differdeleted file mode 100644 index 45ab11f..0000000 --- a/main/libs/butterknife-5.1.1.jar +++ /dev/null diff --git a/main/libs/butterknife-5.1.2.jar b/main/libs/butterknife-5.1.2.jar Binary files differnew file mode 100644 index 0000000..b1fbf55 --- /dev/null +++ b/main/libs/butterknife-5.1.2.jar |
