File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111
1212android {
1313 compileSdkVersion versions. compileSdk
14- buildToolsVersion ' 28.0.2 '
14+ buildToolsVersion ' 28.0.3 '
1515
1616 defaultConfig {
1717 minSdkVersion versions. minSdk
Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.2 .0'
9+ classpath ' com.android.tools.build:gradle:3.3 .0'
1010 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.1'
1111 }
1212}
1313
1414allprojects { project ->
1515 group = ' io.alterac.blurkit'
16- version = ' 1.1.0 '
16+ version = ' 1.1.1 '
1717
1818 repositories {
1919 google()
@@ -22,7 +22,7 @@ allprojects { project ->
2222
2323 ext {
2424 versions = [
25- minSdk : 21 ,
25+ minSdk : 17 ,
2626 targetSdk : 28 ,
2727 compileSdk : 28 ,
2828 ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 28
5- buildToolsVersion ' 28.0.2 '
5+ buildToolsVersion ' 28.0.3 '
66 defaultConfig {
77 applicationId " io.alterac.blurkit.demo"
88 minSdkVersion 21
Original file line number Diff line number Diff line change 1- # Tue Sep 25 13:55:26 EDT 2018
1+ # Mon Jan 21 14:18:36 EST 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
You can’t perform that action at this time.
0 commit comments