diff --git a/README.md b/README.md index e06b9a8..223419f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -31,7 +31,7 @@
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'
 }
 
@@ -39,7 +39,7 @@
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'
 }
 
diff --git a/androidstudio/app/build.gradle b/androidstudio/app/build.gradle index 9389cd6..67c98b3 100644 --- a/androidstudio/app/build.gradle +++ b/androidstudio/app/build.gradle @@ -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" } diff --git a/androidstudio/maio/maio.jar b/androidstudio/maio/maio.jar index 12774ed..575a390 100644 Binary files a/androidstudio/maio/maio.jar and b/androidstudio/maio/maio.jar differ diff --git a/changelog.txt b/changelog.txt index c654ba1..791994d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +■ maio-Android-SDK-1.1.13 リリース + +- compileSdkVersion/targetSdkVersionを30にあげました。 + ■ maio-Android-SDK-1.1.12 リリース - Googleの規約変更対応。 diff --git a/maio.aar b/maio.aar index 7805d26..2af7b65 100644 Binary files a/maio.aar and b/maio.aar differ diff --git a/maio.jar b/maio.jar index 12774ed..575a390 100644 Binary files a/maio.jar and b/maio.jar differ