Skip to content

Commit 93cdb80

Browse files
committed
add SDK Ver 9.10.0
1 parent 8afb65e commit 93cdb80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SampleApp/java/app/build.gradle

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

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

77
android {
88
compileSdkVersion 33
99
buildToolsVersion '30.0.3'
1010
defaultConfig {
1111
applicationId "jp.fluct.sample.samplefluctsdkapp"
12-
minSdkVersion 19
12+
minSdkVersion 21
1313
targetSdkVersion 28
1414
versionCode 1
1515
versionName "1.0"

SampleApp/kotlin/app/build.gradle

+2-2
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.9.12'
6+
fluctSdkVersion = '9.10.0'
77
}
88

99
android {
@@ -12,7 +12,7 @@ android {
1212

1313
defaultConfig {
1414
applicationId "jp.fluct.sample.kotlin.sampleapp"
15-
minSdkVersion 19
15+
minSdkVersion 21
1616
targetSdkVersion 28
1717
versionCode 1
1818
versionName "1.0"

0 commit comments

Comments
 (0)