Skip to content

Commit a96a56b

Browse files
committed
Update settings for Android Studio 3.1.
1 parent ca99a10 commit a96a56b

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
@@ -87,8 +87,8 @@ apply plugin: 'com.android.application'
8787
*/
8888

8989
dependencies {
90-
compile 'com.android.support:support-v4:27.0.2'
91-
compile 'com.android.support:appcompat-v7:27.0.2'
90+
compile 'com.android.support:support-v4:27.1.0'
91+
compile 'com.android.support:appcompat-v7:27.1.0'
9292
}
9393

9494
// Specifies the location of the top level CMakeLists.txt

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.0.1'
9+
classpath 'com.android.tools.build:gradle:3.1.0'
1010
//classpath 'com.android.tools.build:gradle-experimental:0.11.0-alpha2'
1111
//classpath 'com.android.tools.build:gradle-experimental:0.11.0'
1212
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.2'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Nov 01 22:50:51 EDT 2017
1+
#Tue Mar 27 00:08:10 BST 2018
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.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)