File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion " 23.0.2"
5
+ buildToolsVersion ' 23.0.2'
6
6
7
7
defaultConfig {
8
8
applicationId " com.proxerme.app"
@@ -21,7 +21,6 @@ android {
21
21
}
22
22
23
23
dependencies {
24
- compile fileTree(dir : ' libs' , include : [' *.jar' ])
25
24
compile ' com.android.support:appcompat-v7:23.1.1'
26
25
compile ' com.android.support:design:23.1.1'
27
26
compile ' com.android.support:preference-v7:23.1.1'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
3
3
jcenter()
4
4
}
5
5
dependencies {
6
- classpath ' com.android.tools.build:gradle:2.0.0-alpha2 '
6
+ classpath ' com.android.tools.build:gradle:2.0.0-alpha3 '
7
7
}
8
8
}
9
9
Original file line number Diff line number Diff line change 1
- # Tue Nov 24 22:30:29 CET 2015
1
+ # Sat Dec 19 18:12:10 CET 2015
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments