Skip to content

Commit

Permalink
add SDK Ver 8.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Oct 29, 2021
1 parent 5a193bc commit 469d78d
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 = '8.10.4'
fluctSdkVersion = '8.10.5'
}

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 = '8.10.4'
fluctSdkVersion = '8.10.5'
}

android {
Expand Down

0 comments on commit 469d78d

Please sign in to comment.