Skip to content

Commit

Permalink
Update plugin release
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-oliveira committed Jan 17, 2025
1 parent b1af3bb commit 0dd6c05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions unity/anr_plugin/unity-anr-project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2023-10-04

### CHANGED
- Set minimum Android SDK from 28 to 22

## [1.0.0] - 2023-10-04

### This is the first release of *Unity ANR Plugin*.
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion unity/anr_plugin/unity-anr-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.google.unity.anr",
"displayName": "Unity ANR",
"version": "1.0.0",
"version": "1.0.1",
"unity": "2022.3",
"description": "Java plugin to access Android OS API functions:\n• ApplicationExitInfo - Describes the information of an application process's death\n• Strict Mode - helps you find accidental I/O operations on the main thread\n• Memory - It also provides a method to retrieve Memory Stats in a specified interval.\n• Enhanced Memory Warnings - The plugin provides the Memory Warning Level triggered by the Android OS. So your code can act accordingly.\n\n\nClick the 'View documentation' link above for more information.",
"keywords": [
Expand Down

0 comments on commit 0dd6c05

Please sign in to comment.