Skip to content

Commit c5a261f

Browse files
committed
add SDK Ver 7.0.0
1 parent 06635b5 commit c5a261f

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

README.md

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

66
# FluctSDK Release Note
77

8+
## 2020/1/23
9+
10+
### FluctSDK v7.0.0
11+
12+
* 内部処理の改善
13+
14+
#### Google Mobile Ads向けカスタムイベント v7.0.0
15+
16+
* Google Mobile Adsの最低動作バージョンを17.2.0に変更
17+
* アダプターを動画リワードの新しいAPIに対応するため
18+
* Google Mobile Ads 17.0.0より、AndroidManifest.xmlにApp IDの記述が必要になりました。詳しくは[こちら](https://developers.google.com/admob/android/quick-start#update_your_androidmanifestxml)をご参照ください。
19+
* ターゲティング設定と配信オプション設定をサポート
20+
821
## 2020/1/22
922

1023
### FluctSDK v6.2.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.2.0'
4+
fluctSdkVersion = '7.0.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.2.0'
5+
fluctSdkVersion = '7.0.0'
66
}
77

88
android {

0 commit comments

Comments
 (0)