Skip to content

Commit b961794

Browse files
committed
Update Gradle Android Plugin
1 parent a3cd076 commit b961794

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.2"
5+
buildToolsVersion '23.0.2'
66

77
defaultConfig {
88
applicationId "com.proxerme.app"
@@ -21,7 +21,6 @@ android {
2121
}
2222

2323
dependencies {
24-
compile fileTree(dir: 'libs', include: ['*.jar'])
2524
compile 'com.android.support:appcompat-v7:23.1.1'
2625
compile 'com.android.support:design:23.1.1'
2726
compile 'com.android.support:preference-v7:23.1.1'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55
dependencies {
6-
classpath 'com.android.tools.build:gradle:2.0.0-alpha2'
6+
classpath 'com.android.tools.build:gradle:2.0.0-alpha3'
77
}
88
}
99

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Tue Nov 24 22:30:29 CET 2015
1+
#Sat Dec 19 18:12:10 CET 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)