File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33ext {
4- fluctSdkVersion = ' 6.1.0 '
4+ fluctSdkVersion = ' 6.1.1 '
55}
66
77android {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22apply plugin : ' kotlin-android'
33
44ext {
5- fluctSdkVersion = ' 6.1.0 '
5+ fluctSdkVersion = ' 6.1.1 '
66}
77
88android {
You can’t perform that action at this time.
0 commit comments