Skip to content

Commit

Permalink
Merge pull request #9 from imobile-maio/android101release
Browse files Browse the repository at this point in the history
1.1.0 release
  • Loading branch information
im-ade committed May 29, 2018
2 parents 06a52a4 + a442fc3 commit 52fd312
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![](https://github.com/imobile-maio/maio-iOS-SDK/blob/wiki/doc/images/logo.png)

# maio Android SDK
- SDK Version: 1.0.8
- Released: 2018/03/30
- SDK Version: 1.1.0
- Released: 2018/05/29
- 対応 Android Version: 4.1 以降
- Supported Formats: Rewarded/Interstitial

Expand Down
6 changes: 5 additions & 1 deletion androidstudio/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
</activity>

<activity
android:name="jp.maio.sdk.android.HtmlBasedAdActivity"
android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen"
android:hardwareAccelerated="true"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" />
</application>

</manifest>
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.0 リリース

- プレイアブルアドに対応しました。

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

- onClosedAd不具合を修正
Expand Down
Binary file modified maio.aar
Binary file not shown.
Binary file modified maio.jar
Binary file not shown.

0 comments on commit 52fd312

Please sign in to comment.