Skip to content

Commit

Permalink
Updated sample apps for v4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
i1E committed Sep 18, 2019
1 parent 0f7f880 commit 6f08028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BlinkIDSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.android.tools.build:gradle:3.5.0'
}
}

Expand All @@ -21,7 +21,7 @@ allprojects {
// versions of libraries that all modules require

project.ext {
blinkIdVersion = '4.11.0'
blinkIdVersion = '4.11.1'
compileSdkVersion = 28
targetSdkVersion = 28
buildToolsVersion = '28.0.3'
Expand Down
2 changes: 1 addition & 1 deletion BlinkIDSample/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

0 comments on commit 6f08028

Please sign in to comment.