Skip to content

Commit bc8fee0

Browse files
committed
add SDK Ver 9.11.0
1 parent 93cdb80 commit bc8fee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SampleApp/java/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
ext {
4-
fluctSdkVersion = '9.10.0'
4+
fluctSdkVersion = '9.11.0'
55
}
66

77
android {

SampleApp/kotlin/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
ext {
6-
fluctSdkVersion = '9.10.0'
6+
fluctSdkVersion = '9.11.0'
77
}
88

99
android {

0 commit comments

Comments
 (0)