Skip to content

Commit

Permalink
add SDK Ver 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Feb 13, 2020
1 parent c70e68e commit ba5ca37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ FluctSDK-Androidの[Wiki](https://github.com/voyagegroup/FluctSDK-Android/wiki)

# FluctSDK Release Note

## 2020/xx/xx

### FluctSDK v7.1.3

* 内部処理の改善

## 2020/2/7

### 動画リワードメディエーションアダプター v7.1.2
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/java/SDK/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

ext {
fluctSdkVersion = '7.1.2'
fluctSdkVersion = '7.1.3'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion SampleApp/kotlin/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

ext {
fluctSdkVersion = '7.1.2'
fluctSdkVersion = '7.1.3'
}

android {
Expand Down

0 comments on commit ba5ca37

Please sign in to comment.