Skip to content

Commit f5724de

Browse files
Merge pull request #4 from CoderGamester/develop
Release 0.1.4
2 parents 78ce6ef + 50ca147 commit f5724de

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.4] - 2020-08-02
8+
9+
**Fixed**:
10+
- Package now working properly on Android
11+
712
## [0.1.3] - 2020-08-02
813

914
**Fixed**:

Runtime/NativeUiService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ private class AndroidButtonCallback : AndroidJavaProxy
156156
{
157157
private readonly Action _callback;
158158

159-
public AndroidButtonCallback(Action callback) : base("android.content.DialogInterface.OnClickListener")
159+
public AndroidButtonCallback(Action callback) : base("android.content.DialogInterface$OnClickListener")
160160
{
161161
_callback = callback;
162162
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.gamelovers.nativeui",
33
"displayName": "Native UI",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"unity": "2019.4",
66
"description": "This package provides the OS functionality to show the native UI alerts, Game Review PopUp and message Toasts",
77
"type": "library"

0 commit comments

Comments
 (0)