diff --git a/README.md b/README.md index c718a6b..f4ce921 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ![](https://github.com/imobile-maio/maio-iOS-SDK/blob/wiki/doc/images/logo.png) # maio Android SDK -- SDK Version: 1.1.2 +- SDK Version: 1.1.3 + AndroidManifest.xmlにHtmlBasedAdActivityを追加してください。 + Please Add HtmlBasedAdActivity to AndroidManifest.xml. -- Released: 2018/07/03 +- Released: 2018/07/19 - 対応 Android Version: 4.1 以降 - Supported Formats: Rewarded/Interstitial @@ -31,7 +31,7 @@
dependencies {
   implementation 'com.google.android.gms:play-services-ads:+'
-  implementation 'com.maio:android-sdk:1.1.2'
+  implementation 'com.maio:android-sdk:1.1.3'
 }
 
@@ -39,7 +39,7 @@
dependencies {
   implementation 'com.google.android.gms:play-services-ads:+'
-  implementation 'com.maio:android-sdk:1.1.2@aar'
+  implementation 'com.maio:android-sdk:1.1.3@aar'
 }
 
diff --git a/androidstudio/maio/maio.jar b/androidstudio/maio/maio.jar index f39b728..531fb7f 100644 Binary files a/androidstudio/maio/maio.jar and b/androidstudio/maio/maio.jar differ diff --git a/changelog.txt b/changelog.txt index da1ab05..0f66dac 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +■ maio-Android-SDK-1.1.3 リリース + +- 複数メディア対応 + ■ maio-Android-SDK-1.1.2 リリース - onClickedAd不具合を修正 diff --git a/maio.aar b/maio.aar index bb51a3d..6e71043 100644 Binary files a/maio.aar and b/maio.aar differ diff --git a/maio.jar b/maio.jar index f39b728..531fb7f 100644 Binary files a/maio.jar and b/maio.jar differ