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

Commit 454ed2b

Browse files
author
Nagesh Susarla
committed
Upgrade to gradle plugin 2.3.0
Change-Id: I68c83432fcdebfd357d0c9528f58446d9f1bff57
1 parent 7227266 commit 454ed2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains a list of layouts that showcases the various features a
55

66
Pre-requisites
77
--------------
8-
- Android Studio 2.3 RC 1
8+
- Android Studio 2.3
99
- Constaint Layout library 1.0.1
1010

1111
Getting Started

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-rc1'
24+
classpath 'com.android.tools.build:gradle:2.3.0'
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)