Skip to content

Commit

Permalink
add SDK Ver 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FluctMember committed Feb 7, 2020
1 parent 4f32afa commit c70e68e
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/7

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

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

## 2020/2/4

### FluctSDK v7.1.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.1.1'
fluctSdkVersion = '7.1.2'
}

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.4.1@aar'
implementation 'com.tapjoy:tapjoy-android-sdk:12.4.2@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.1.1'
fluctSdkVersion = '7.1.2'
}

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.4.1@aar'
implementation 'com.tapjoy:tapjoy-android-sdk:12.4.2@aar'

// AdMob
//noinspection GradleDependency
Expand Down

0 comments on commit c70e68e

Please sign in to comment.