We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5958b47 commit 716a4b2Copy full SHA for 716a4b2
README.md
@@ -5,6 +5,12 @@ FluctSDK-Androidの[Wiki](https://github.com/voyagegroup/FluctSDK-Android/wiki)
5
6
# FluctSDK Release Note
7
8
+## 2020/2/17
9
+
10
+### FluctSDK v7.2.0
11
12
+* 320x100のバナー広告サイズの対応
13
14
## 2020/2/13
15
16
### FluctSDK v7.1.3
SampleApp/java/SDK/app/build.gradle
@@ -1,7 +1,7 @@
1
apply plugin: 'com.android.application'
2
3
ext {
4
- fluctSdkVersion = '7.1.3'
+ fluctSdkVersion = '7.2.0'
}
android {
SampleApp/kotlin/app/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
0 commit comments