Skip to content

Commit

Permalink
Updated sample apps for v6.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i1E committed Nov 7, 2024
1 parent 5aabd84 commit afd831c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlinkIDSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.1'
classpath 'com.android.tools.build:gradle:8.7.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -25,7 +25,7 @@ allprojects {
// versions of libraries that all modules require

project.ext {
blinkIdVersion = '6.11.2'
blinkIdVersion = '6.12.0'
compileSdkVersion = 34
targetSdkVersion = 34
appCompatVersion = '1.7.0'
Expand Down

0 comments on commit afd831c

Please sign in to comment.