diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eb169a..d9c6d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.4] - 2020-06-25 +### Fixed +- AAR `AndroidManifest.xml` now used the AndroidX file provider + +### Removed +- Removed the `Roadmap` and converted them all into issues for easier tracking + ## [1.0.3] - 2020-04-15 ### Changed - Fixed inconsistent share dialog text diff --git a/Plugins/Android/com.UnityNative.Sharing-v1.0.2.aar b/Plugins/Android/com.UnityNative.Sharing-v1.0.4.aar similarity index 92% rename from Plugins/Android/com.UnityNative.Sharing-v1.0.2.aar rename to Plugins/Android/com.UnityNative.Sharing-v1.0.4.aar index 36ebe0e..82ee6dc 100644 Binary files a/Plugins/Android/com.UnityNative.Sharing-v1.0.2.aar and b/Plugins/Android/com.UnityNative.Sharing-v1.0.4.aar differ diff --git a/Plugins/Android/com.UnityNative.Sharing-v1.0.2.aar.meta b/Plugins/Android/com.UnityNative.Sharing-v1.0.4.aar.meta similarity index 93% rename from Plugins/Android/com.UnityNative.Sharing-v1.0.2.aar.meta rename to Plugins/Android/com.UnityNative.Sharing-v1.0.4.aar.meta index fc5ea91..d03f5b9 100644 --- a/Plugins/Android/com.UnityNative.Sharing-v1.0.2.aar.meta +++ b/Plugins/Android/com.UnityNative.Sharing-v1.0.4.aar.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 4e40aa6a9e0f7904ba81192cfa3e8431 +guid: 6cf02f971f857174f845302c68ac830f PluginImporter: externalObjects: {} serializedVersion: 2 diff --git a/Plugins/Android/src~/Unity-Native-Sharing/build.gradle b/Plugins/Android/src~/Unity-Native-Sharing/build.gradle index 0ee17c6..a31eab1 100644 --- a/Plugins/Android/src~/Unity-Native-Sharing/build.gradle +++ b/Plugins/Android/src~/Unity-Native-Sharing/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' ext.outputDir = "..\\.." -ext.outputName = "com.UnityNative.Sharing-v1.0.2" +ext.outputName = "com.UnityNative.Sharing-v1.0.4" android { compileSdkVersion 28 diff --git a/Plugins/Android/src~/Unity-Native-Sharing/src/main/AndroidManifest.xml b/Plugins/Android/src~/Unity-Native-Sharing/src/main/AndroidManifest.xml index 4a3a0b7..87d6527 100644 --- a/Plugins/Android/src~/Unity-Native-Sharing/src/main/AndroidManifest.xml +++ b/Plugins/Android/src~/Unity-Native-Sharing/src/main/AndroidManifest.xml @@ -2,7 +2,7 @@ package="com.UnityNative.Sharing"> diff --git a/README.md b/README.md index 4ff2f6c..c422328 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Examples can be found at [Unity-Native-Example-Project](https://github.com/Nicho ![AddPackageFromGitURL](Images~/AddPackageFromGitURL.PNG) -`https://github.com/NicholasSheehan/Unity-Native-Sharing.git#v1.0.3` +`https://github.com/NicholasSheehan/Unity-Native-Sharing.git#v1.0.4` #### For `Unity 2018.3` or later (Using OpenUPM) [![openupm](https://img.shields.io/npm/v/com.unitynative.sharing?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.unitynative.sharing/) @@ -50,7 +50,7 @@ Add this to the projects `manifest.json` To update the package, change suffix `#{version}` to the target version. -* e.g. `"com.unitynative.sharing" : "https://github.com/NicholasSheehan/Unity-Native-Sharing.git#v1.0.3"` +* e.g. `"com.unitynative.sharing" : "https://github.com/NicholasSheehan/Unity-Native-Sharing.git#v1.0.4"` #### For `Unity 2018.2` `Unity 2018.2` supports embedded packages. @@ -77,17 +77,6 @@ Twitter | ✔ | ✔ | ✔ Discord | ✔ | ✔ | ✔ Slack | ✔ | ✔ | ✔ -## Roadmap -* Look into email sharing -* Look into video sharing -* Sharing multiple files -* Sharing Links w/ Text -* Add screenshots to make the README look more juicy -* Create CREDITS.md where contributors can add their names -* Create COMPATIBILITY.md which will record the compatibility of an app's ability to share -* Create SHOWREEL.md where games that use the plugin can be shown off -* Convert the bullet points in the roadmap into GitHub issues so that other developers can pick them up - ## Platform Notes #### Android The Android plugin requires `androidx.appcompat:appcompat:1.1.0` to run. diff --git a/package.json b/package.json index cec38d6..ff936e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.unitynative.sharing", - "version": "1.0.3", + "version": "1.0.4", "displayName": "Unity-Native-Sharing", "description": "A Unity plugin to open native sharing dialogs on iOS and Android", "unity": "2018.3",