Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2019-01-13 11:15:29 +0300
committerDaniel Bailey <daniel.bailey@grappleIT.co.uk>2019-01-19 15:49:15 +0300
commite4fa10c1a7411cbfb45c68b30243048b346f2553 (patch)
treeedf1ceae6bdea97e4db14bd914d05d5f6cd96493 /app
parent5f143d593bda5fdeaa76cdbf9ccd0cfe14b555c0 (diff)
Upgrade Butterknife to v10.0.0
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index c7226f5a..6132afdb 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -36,8 +36,8 @@ dependencies {
implementation 'com.yydcdut:markdown-processor:0.1.3'
implementation 'com.yydcdut:rxmarkdown-wrapper:0.1.3'
- implementation 'com.jakewharton:butterknife:9.0.0-rc3'
- annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0-rc3'
+ implementation 'com.jakewharton:butterknife:10.0.0'
+ annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0'
implementation "androidx.appcompat:appcompat:1.0.2"
implementation "androidx.recyclerview:recyclerview:1.0.0"