Skip to content

Commit 560a7c5

Browse files
Merge pull request #41 from professorSajjad/master
Update gradle stuff
2 parents 432ffbc + 2c2371a commit 560a7c5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
google()
2323
}
2424
dependencies {
25-
classpath 'com.android.tools.build:gradle:3.0.1'
25+
classpath 'com.android.tools.build:gradle:3.2.1'
2626

2727
// NOTE: Do not place your application dependencies here; they belong
2828
// in the individual module build.gradle files
@@ -45,12 +45,12 @@ task clean(type: Delete) {
4545
ext {
4646
// Sdk and tools
4747
minSdkVersion = 16
48-
targetSdkVersion = 27
49-
compileSdkVersion = 27
50-
buildToolsVersion = '27.0.3'
48+
targetSdkVersion = 28
49+
compileSdkVersion = 28
50+
buildToolsVersion = '28.0.3'
5151

5252
// App dependencies
53-
supportLibraryVersion = '27.0.2'
53+
supportLibraryVersion = '28.0.0'
5454
gsonVersion = '2.8.2'
5555
calligraphyVersion = '2.2.0'
5656
glideVersion = '3.7.0'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Dec 14 14:33:29 WIB 2017
1+
#Mon Dec 17 11:19:30 IRST 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)