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

Commit

Permalink
Bump BuildTools and Butterknife
Browse files Browse the repository at this point in the history
  • Loading branch information
mmBs committed Sep 4, 2017
1 parent 739e625 commit 87cae62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion "26.0.0"
buildToolsVersion "26.0.1"

defaultConfig {
applicationId "mmbialas.pl.navigationdrawersi"
Expand Down Expand Up @@ -47,8 +47,8 @@ dependencies {
compile 'com.android.support:appcompat-v7:21.+'
compile 'com.android.support:support-v4:21.+'

compile 'com.jakewharton:butterknife:8.7.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.7.0'
compile 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
compile 'com.jakewharton.timber:timber:4.5.1'

compile 'com.github.johnkil.android-robototextview:robototextview:2.2.0'
Expand Down

0 comments on commit 87cae62

Please sign in to comment.