Skip to content

Commit

Permalink
Merge pull request #32 from imobile-maio/android113release
Browse files Browse the repository at this point in the history
Android113release
  • Loading branch information
im-ade committed Oct 8, 2020
2 parents 6cd73c9 + 5fa97c9 commit 072f45e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 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
5 changes: 2 additions & 3 deletions androidstudio/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30

defaultConfig {
applicationId "jp.maio.sdk.android.sample"
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand Down
Binary file modified androidstudio/maio/maio.jar
Binary file not shown.
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
Binary file modified maio.aar
Binary file not shown.
Binary file modified maio.jar
Binary file not shown.

0 comments on commit 072f45e

Please sign in to comment.