Skip to content

Commit 565d0c5

Browse files
committed
Upgrade sdk to 28.0.3
# Subject line (try to keep under 50 characters) # Multi-line description of commit
1 parent ef9de86 commit 565d0c5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ greendao {
4848
}
4949

5050
dependencies {
51-
implementation fileTree(dir: 'libs', include: ['*.jar'])
51+
implementation fileTree(include: ['*.jar'], dir: 'libs')
5252

5353
// android support libraries
5454
implementation "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
google()
2222
}
2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:3.0.1'
24+
classpath 'com.android.tools.build:gradle:3.2.1'
2525

2626
// NOTE: Do not place your application dependencies here; they belong
2727
// in the individual module build.gradle files
@@ -31,8 +31,8 @@ buildscript {
3131

3232
allprojects {
3333
repositories {
34-
jcenter()
3534
google()
35+
jcenter()
3636
}
3737
}
3838

@@ -44,9 +44,9 @@ task clean(type: Delete) {
4444
ext {
4545
// Sdk and tools
4646
minSdkVersion = 16
47-
targetSdkVersion = 26
48-
compileSdkVersion = 26
49-
buildToolsVersion = '26.0.2'
47+
targetSdkVersion = 28
48+
compileSdkVersion = 28
49+
buildToolsVersion = '28.0.3'
5050

5151
// App dependencies
5252
supportLibraryVersion = '26.1.0'
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Dec 22 13:19:54 IST 2017
1+
#Tue Oct 23 23:25:28 NZDT 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)