diff --git a/README.md b/README.md index ca3db87..53c3369 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.7 +- SDK Version: 1.1.8 + AndroidManifest.xmlにHtmlBasedAdActivityを追加してください。 + Please Add HtmlBasedAdActivity to AndroidManifest.xml. -- Released: 2019/02/25 +- Released: 2019/05/27 - 対応 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.7'
+  implementation 'com.maio:android-sdk:1.1.8'
 }
 
@@ -39,7 +39,7 @@
dependencies {
   implementation 'com.google.android.gms:play-services-ads:+'
-  implementation 'com.maio:android-sdk:1.1.7@aar'
+  implementation 'com.maio:android-sdk:1.1.8@aar'
 }
 
diff --git a/androidstudio/maio/maio.jar b/androidstudio/maio/maio.jar index df4fa65..2db0d71 100644 Binary files a/androidstudio/maio/maio.jar and b/androidstudio/maio/maio.jar differ diff --git a/changelog.txt b/changelog.txt index 3ce1c52..bca7eb6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +■ maio-Android-SDK-1.1.8 リリース + +- 広告再生時不具合を修正 + ■ maio-Android-SDK-1.1.7 リリース - 広告再生時不具合を修正 diff --git a/maio.aar b/maio.aar index e52d0b6..e88b54c 100644 Binary files a/maio.aar and b/maio.aar differ diff --git a/maio.jar b/maio.jar index df4fa65..2db0d71 100644 Binary files a/maio.jar and b/maio.jar differ