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

Commit 00930cb

Browse files
author
Nagesh Susarla
committed
Upgrade to constraint-layout 1.0 and studio 2.3 rc1
Change-Id: Ieea4195b5d440c14310629726228e939fbbeec0f
1 parent 9e99697 commit 00930cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ dependencies {
3737
})
3838
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-beta5'
40+
compile 'com.android.support.constraint:constraint-layout:1.0.0'
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.3.0-beta3'
24+
classpath 'com.android.tools.build:gradle:2.3.0-rc1'
2525

2626
// NOTE: Do not place your application dependencies here; they belong
2727
// in the individual module build.gradle files

0 commit comments

Comments
 (0)