Skip to content

Commit

Permalink
add SDK Ver 8.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed May 20, 2022
1 parent 067f05e commit c677a62
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.12.5'
fluctSdkVersion = '8.13.0'
}

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.12.5'
fluctSdkVersion = '8.13.0'
}

android {
Expand Down

0 comments on commit c677a62

Please sign in to comment.