Skip to content

Commit

Permalink
add SDK Ver 9.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Jun 6, 2024
1 parent 98807db commit 45baa69
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.9.10'
fluctSdkVersion = '9.9.11'
}

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.9.10'
fluctSdkVersion = '9.9.11'
}

android {
Expand Down

0 comments on commit 45baa69

Please sign in to comment.