diff --git a/README.md b/README.md index 223419f..0d8e0be 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.13 +- SDK Version: 1.1.14 + AndroidManifest.xmlにHtmlBasedAdActivityを追加してください。 + Please Add HtmlBasedAdActivity to AndroidManifest.xml. -- Released: 2020/09/1 +- Released: 2020/11/12 - 対応 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.13'
+ implementation 'com.maio:android-sdk:1.1.14'
}
@@ -39,7 +39,7 @@
dependencies {
implementation 'com.google.android.gms:play-services-ads:+'
- implementation 'com.maio:android-sdk:1.1.13@aar'
+ implementation 'com.maio:android-sdk:1.1.14@aar'
}
diff --git a/androidstudio/maio/maio.jar b/androidstudio/maio/maio.jar
index 575a390..482719d 100644
Binary files a/androidstudio/maio/maio.jar and b/androidstudio/maio/maio.jar differ
diff --git a/changelog.txt b/changelog.txt
index 791994d..febf51f 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,7 @@
+■ maio-Android-SDK-1.1.14 リリース
+
+- 広告再生時不具合を修正
+
■ maio-Android-SDK-1.1.13 リリース
- compileSdkVersion/targetSdkVersionを30にあげました。
diff --git a/maio.aar b/maio.aar
index 2af7b65..fea6184 100644
Binary files a/maio.aar and b/maio.aar differ
diff --git a/maio.jar b/maio.jar
index 575a390..482719d 100644
Binary files a/maio.jar and b/maio.jar differ