File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ greendao {
48
48
}
49
49
50
50
dependencies {
51
- implementation fileTree(dir : ' libs ' , include : [' *.jar' ])
51
+ implementation fileTree(include : [' *.jar' ], dir : ' libs ' )
52
52
53
53
// android support libraries
54
54
implementation " com.android.support:appcompat-v7:$rootProject . supportLibraryVersion "
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ buildscript {
21
21
google()
22
22
}
23
23
dependencies {
24
- classpath ' com.android.tools.build:gradle:3.0 .1'
24
+ classpath ' com.android.tools.build:gradle:3.2 .1'
25
25
26
26
// NOTE: Do not place your application dependencies here; they belong
27
27
// in the individual module build.gradle files
@@ -31,8 +31,8 @@ buildscript {
31
31
32
32
allprojects {
33
33
repositories {
34
- jcenter()
35
34
google()
35
+ jcenter()
36
36
}
37
37
}
38
38
@@ -44,9 +44,9 @@ task clean(type: Delete) {
44
44
ext {
45
45
// Sdk and tools
46
46
minSdkVersion = 16
47
- targetSdkVersion = 26
48
- compileSdkVersion = 26
49
- buildToolsVersion = ' 26 .0.2 '
47
+ targetSdkVersion = 28
48
+ compileSdkVersion = 28
49
+ buildToolsVersion = ' 28 .0.3 '
50
50
51
51
// App dependencies
52
52
supportLibraryVersion = ' 26.1.0'
Original file line number Diff line number Diff line change 1
- # Fri Dec 22 13:19:54 IST 2017
1
+ # Tue Oct 23 23:25:28 NZDT 2018
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
You can’t perform that action at this time.
0 commit comments