File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ FluctSDK-Androidの[Wiki](https://github.com/voyagegroup/FluctSDK-Android/wiki)
55
66# FluctSDK Release Note
77
8+ ## 2019/12/18
9+
10+ ### FluctSDK v6.1.0
11+
12+ * Google Mobile Ads向けカスタムイベント v6.1.0をサポート
13+ * MoPub向けカスタムイベント v6.1.0をサポート
14+
15+ ### Google Mobile Ads向けカスタムイベント v6.1.0
16+
17+ * バナー広告用カスタムイベントの対応
18+
19+ ### MoPub向けカスタムイベント v6.1.0
20+
21+ * バナー広告用カスタムイベントの対応
22+
823## 2019/12/16
924
1025### FluctSDK v6.0.0
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33ext {
4- fluctSdkVersion = ' 6.0 .0'
4+ fluctSdkVersion = ' 6.1 .0'
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.0 .0'
5+ fluctSdkVersion = ' 6.1 .0'
66}
77
88android {
You can’t perform that action at this time.
0 commit comments