Skip to content

Commit 72e2804

Browse files
committed
add SDK Ver 6.1.0
1 parent 780570f commit 72e2804

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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.0.0'
4+
fluctSdkVersion = '6.1.0'
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.0.0'
5+
fluctSdkVersion = '6.1.0'
66
}
77

88
android {

0 commit comments

Comments
 (0)