Skip to content

Commit 4e5c32d

Browse files
committed
add SDK Ver 6.1.1
1 parent 72e2804 commit 4e5c32d

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,24 @@ FluctSDK-Androidの[Wiki](https://github.com/voyagegroup/FluctSDK-Android/wiki)
55

66
# FluctSDK Release Note
77

8+
## 2019/12/19
9+
10+
### FluctSDK v6.1.1
11+
12+
* 2階層以上ネストしたFragment内でバナー広告の表示を試みるとクラッシュする問題を修正
13+
814
## 2019/12/18
915

1016
### FluctSDK v6.1.0
1117

1218
* Google Mobile Ads向けカスタムイベント v6.1.0をサポート
1319
* MoPub向けカスタムイベント v6.1.0をサポート
1420

15-
### Google Mobile Ads向けカスタムイベント v6.1.0
21+
#### Google Mobile Ads向けカスタムイベント v6.1.0
1622

1723
* バナー広告用カスタムイベントの対応
1824

19-
### MoPub向けカスタムイベント v6.1.0
25+
#### MoPub向けカスタムイベント v6.1.0
2026

2127
* バナー広告用カスタムイベントの対応
2228

SampleApp/java/SDK/app/build.gradle

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

33
ext {
4-
fluctSdkVersion = '6.1.0'
4+
fluctSdkVersion = '6.1.1'
55
}
66

77
android {

SampleApp/kotlin/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
33

44
ext {
5-
fluctSdkVersion = '6.1.0'
5+
fluctSdkVersion = '6.1.1'
66
}
77

88
android {

0 commit comments

Comments
 (0)