Skip to content

Commit 716a4b2

Browse files
committed
add SDK Ver 7.2.0
1 parent 5958b47 commit 716a4b2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

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

66
# FluctSDK Release Note
77

8+
## 2020/2/17
9+
10+
### FluctSDK v7.2.0
11+
12+
* 320x100のバナー広告サイズの対応
13+
814
## 2020/2/13
915

1016
### FluctSDK v7.1.3

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 = '7.1.3'
4+
fluctSdkVersion = '7.2.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 = '7.1.3'
5+
fluctSdkVersion = '7.2.0'
66
}
77

88
android {

0 commit comments

Comments
 (0)