Skip to content

Commit

Permalink
Android source: Prepare for the 3.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JOikarinen committed Feb 28, 2022
1 parent 1b446f9 commit d843121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/Android/android-communications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
classpath 'com.android.tools.build:gradle:7.1.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.protobuf:protobuf-gradle-plugin:$protobuf_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ object PolarBleApiDefaultImpl {
*/
@JvmStatic
fun versionInfo(): String {
return "3.2.7"
return "3.2.9"
}
}

0 comments on commit d843121

Please sign in to comment.