Skip to content

Commit

Permalink
add SDK Ver 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Feb 3, 2020
1 parent 67f94cc commit 0348ce9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 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/2/3

### 動画リワードメディエーションアダプター v7.1.0

* Tapjoy SDKのバージョンを `12.4.1` へ更新

## 2020/1/28

#### 動画リワードメディエーションアダプター v7.0.1
Expand Down
4 changes: 2 additions & 2 deletions 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.0.1'
fluctSdkVersion = '7.1.0'
}

android {
Expand Down Expand Up @@ -81,7 +81,7 @@ dependencies {
implementation 'com.adcolony:sdk:4.1.0'

// Tapjoy SDK
implementation 'com.tapjoy:tapjoy-android-sdk:12.3.4@aar'
implementation 'com.tapjoy:tapjoy-android-sdk:12.4.1@aar'

// AdMob
//noinspection GradleDependency
Expand Down
4 changes: 2 additions & 2 deletions 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.0.1'
fluctSdkVersion = '7.1.0'
}

android {
Expand Down Expand Up @@ -83,7 +83,7 @@ dependencies {
implementation 'com.adcolony:sdk:4.1.0'

// Tapjoy SDK
implementation 'com.tapjoy:tapjoy-android-sdk:12.3.4@aar'
implementation 'com.tapjoy:tapjoy-android-sdk:12.4.1@aar'

// AdMob
//noinspection GradleDependency
Expand Down

0 comments on commit 0348ce9

Please sign in to comment.