Skip to content

Commit

Permalink
Update 1.1.13 release information
Browse files Browse the repository at this point in the history
  • Loading branch information
im-ade committed Oct 8, 2020
1 parent c639c48 commit 80c2de9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![](https://github.com/imobile-maio/maio-iOS-SDK/blob/wiki/doc/images/logo.png)

# maio Android SDK
- SDK Version: 1.1.12
- SDK Version: 1.1.13
+ AndroidManifest.xmlにHtmlBasedAdActivityを追加してください。
+ Please Add HtmlBasedAdActivity to AndroidManifest.xml.
- Released: 2020/09/1
Expand Down Expand Up @@ -31,15 +31,15 @@

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

### aar

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

Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
■ maio-Android-SDK-1.1.13 リリース

- compileSdkVersion/targetSdkVersionを30にあげました。

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

- Googleの規約変更対応。
Expand Down

0 comments on commit 80c2de9

Please sign in to comment.