Skip to content

Commit

Permalink
add SDK Ver 9.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Dec 12, 2024
1 parent a2e90d3 commit 4ce6c11
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.2'
fluctSdkVersion = '9.12.3'
}

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.2'
fluctSdkVersion = '9.12.3'
}

android {
Expand Down

0 comments on commit 4ce6c11

Please sign in to comment.