Skip to content

Commit 3f87eb7

Browse files
committed
bump android support libs version and gradle wrapper version
1 parent 7c6483a commit 3f87eb7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies {
2323
androidTestImplementation ('com.android.support.test.espresso:espresso-core:2.2.2', {
2424
exclude group: 'com.android.support', module: 'support-annotations'
2525
})
26-
implementation 'com.android.support:appcompat-v7:27.0.2'
27-
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
26+
implementation 'com.android.support:appcompat-v7:27.1.1'
27+
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
2828
testImplementation 'junit:junit:4.12'
2929
implementation project(':raveandroid')
3030
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.2.1'
9+
classpath 'com.android.tools.build:gradle:3.3.0'
1010
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Oct 11 09:31:48 WAT 2018
1+
#Wed Jan 23 18:21:35 WAT 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 commit comments

Comments
 (0)