Skip to content

Commit

Permalink
Update dependencies to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Sep 7, 2019
1 parent 135a588 commit b404499
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ apply plugin: 'com.jakewharton.butterknife'

android {
compileSdkVersion 29
buildToolsVersion '28.0.3'
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "com.raufelder.wipey"
minSdkVersion 26
targetSdkVersion 29
versionCode 4
versionName "1.2.2"
versionName "1.2.3"
}

compileOptions {
Expand All @@ -30,7 +30,7 @@ dependencies {

androidTestImplementation 'junit:junit:4.12'

implementation "androidx.appcompat:appcompat:1.1.0-beta01"
implementation "androidx.appcompat:appcompat:1.1.0-rc01"

implementation 'com.jakewharton:butterknife:10.1.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.jakewharton:butterknife-gradle-plugin:10.1.0'
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Jun 13 19:45:32 CEST 2019
#Sat Sep 07 15:21:49 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 comments on commit b404499

Please sign in to comment.