Skip to content

Commit f0d181a

Browse files
authored
Merge pull request #50 from CameraKit/v1.1.1
v1.1.1
2 parents a335e73 + cad79d8 commit f0d181a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

blurkit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111

1212
android {
1313
compileSdkVersion versions.compileSdk
14-
buildToolsVersion '28.0.2'
14+
buildToolsVersion '28.0.3'
1515

1616
defaultConfig {
1717
minSdkVersion versions.minSdk

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1414
allprojects { 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
]

demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 28
5-
buildToolsVersion '28.0.2'
5+
buildToolsVersion '28.0.3'
66
defaultConfig {
77
applicationId "io.alterac.blurkit.demo"
88
minSdkVersion 21
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Sep 25 13:55:26 EDT 2018
1+
#Mon Jan 21 14:18:36 EST 2019
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.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 commit comments

Comments
 (0)