Skip to content

Commit

Permalink
add SDK Ver 9.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Nov 1, 2024
1 parent 81eb1b2 commit a2e90d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SampleApp/java/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

ext {
fluctSdkVersion = '9.12.1'
fluctSdkVersion = '9.12.2'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

ext {
fluctSdkVersion = '9.12.1'
fluctSdkVersion = '9.12.2'
}

android {
Expand Down

0 comments on commit a2e90d3

Please sign in to comment.