Skip to content

Commit

Permalink
Merge pull request #30 from imobile-maio/android1111release
Browse files Browse the repository at this point in the history
Android1111release
  • Loading branch information
im-ade committed Dec 18, 2019
2 parents cae12ab + 8997b2d commit 140c283
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.10
- SDK Version: 1.1.11
+ AndroidManifest.xmlにHtmlBasedAdActivityを追加してください。
+ Please Add HtmlBasedAdActivity to AndroidManifest.xml.
- Released: 2019/08/19
- Released: 2019/12/17
- 対応 Android Version: 4.1 以降
- Supported Formats: Rewarded/Interstitial

Expand All @@ -31,15 +31,15 @@

<pre><code>dependencies {
implementation 'com.google.android.gms:play-services-ads:+'
implementation 'com.maio:android-sdk:1.1.10'
implementation 'com.maio:android-sdk:1.1.11'
}
</pre></code>

### aar

<pre><code>dependencies {
implementation 'com.google.android.gms:play-services-ads:+'
implementation 'com.maio:android-sdk:1.1.10@aar'
implementation 'com.maio:android-sdk:1.1.11@aar'
}
</pre></code>

Expand Down
Binary file modified androidstudio/maio/maio.jar
Binary file not shown.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
■ maio-Android-SDK-1.1.11 リリース

- 音声の出力先情報を取得するようになりました。
- プレイアブルアドを再生できない場合に終了ボタンが動かない不具合を修正しました。

■ maio-Android-SDK-1.1.10 リリース

- compileSdkVersion/targetSdkVersionを28にあげました。
Expand Down
Binary file modified maio.aar
Binary file not shown.
Binary file modified maio.jar
Binary file not shown.

0 comments on commit 140c283

Please sign in to comment.