Skip to content

Commit 9d75d95

Browse files
committed
add SDK Ver 9.12.0
1 parent ccff28c commit 9d75d95

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.11.2'
4+
fluctSdkVersion = '9.12.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.11.2'
6+
fluctSdkVersion = '9.12.0'
77
}
88

99
android {

0 commit comments

Comments
 (0)