Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit 16d3b9a

Browse files
author
Nagesh Susarla
committed
update to beta5
Change-Id: Ic82a42fdaf1bbdbf527fe20ff4b14f4bebdef6ca
1 parent d6c1b49 commit 16d3b9a

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
@@ -35,7 +35,7 @@ dependencies {
3535
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
3636
exclude group: 'com.android.support', module: 'support-annotations'
3737
})
38-
compile 'com.android.support:appcompat-v7:25.1.0'
38+
compile 'com.android.support:appcompat-v7:25.1.1'
3939
testCompile 'junit:junit:4.12'
40-
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta4'
40+
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta5'
4141
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
jcenter()
2222
}
2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:2.2.3'
24+
classpath 'com.android.tools.build:gradle:2.3.0-beta3'
2525

2626
// NOTE: Do not place your application dependencies here; they belong
2727
// 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-
#Mon Dec 28 10:00:20 PST 2015
1+
#Fri Feb 10 14:44:40 PST 2017
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-2.14.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 commit comments

Comments
 (0)