Skip to content

Commit 9c0c6f4

Browse files
committed
Merge pull request google#17 from yelinaung/master
Change plugin to 'com.android.application' and bump build tools version
2 parents ad32480 + e068943 commit 9c0c6f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Wearable/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
apply plugin: 'android'
17+
apply plugin: 'com.android.application'
1818

1919
repositories {
2020
mavenCentral()
@@ -25,7 +25,7 @@ repositories {
2525

2626
android {
2727
compileSdkVersion 20
28-
buildToolsVersion "19.1.0"
28+
buildToolsVersion "20.0.0"
2929

3030
defaultConfig {
3131
applicationId "com.google.samples.apps.iosched"

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
lpreview = hasProperty('lpreview')
1818

19-
apply plugin: 'android'
19+
apply plugin: 'com.android.application'
2020

2121
repositories {
2222
mavenCentral()
@@ -27,7 +27,7 @@ repositories {
2727

2828
android {
2929
compileSdkVersion lpreview ? "android-L" : 19
30-
buildToolsVersion "19.1.0"
30+
buildToolsVersion "20.0.0"
3131

3232
productFlavors { lpreview ? lpreview{} : classic{} }
3333

0 commit comments

Comments
 (0)