Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodev committed Jul 15, 2019
1 parent c93717f commit 165fcb6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}

dependencies {
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ buildscript {

ext {
//AppCompat
appCompat = '1.1.0-beta01'
appCompat = '1.1.0-rc01'

//ConstraintLayout
constraintLayout = '2.0.0-beta1'
constraintLayout = '2.0.0-beta2'

//Espresso
espresso = '3.1.1-alpha01'
Expand All @@ -19,10 +19,10 @@ buildscript {
junit = '4.12'

//Kotlin
kotlin_version = '1.3.31'
kotlin_version = '1.3.41'

//MaterialDesign
materialDesign = '1.1.0-alpha07'
materialDesign = '1.1.0-alpha08'

//TestRunner
testRunner = '1.1.1-alpha01'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip

0 comments on commit 165fcb6

Please sign in to comment.