Skip to content

Commit 3543112

Browse files
V4.1.1 to Master (#21)
* Exporting to UPM for the 4.1.1 release * Revert "Exporting to UPM for the 4.1.1 release" This reverts commit 9c90428. * Re-Export to UPM for the 4.1.1 release * Update changelog
1 parent 21e7900 commit 3543112

19 files changed

+7
-659
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
33
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4+
## [4.1.1] - 2025-08-26
5+
6+
### Changed
7+
- Fix: Fixed the error related to Gradle build failures on Android
8+
49
## [4.1.0] - 2025-08-05
510

611
### Changed
Binary file not shown.
Binary file not shown.

Runtime/Core/EOSPackageInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public static class EOSPackageInfo
3333
* not involve editing source code files.
3434
*/
3535

36-
public const string Version = "4.1.0";
36+
public const string Version = "4.1.1";
3737

3838
public const string PackageName = "com.playeveryware.eos";
3939
}

Runtime/EOS_SDK/Overrides/BindingOverrides.cs

Lines changed: 0 additions & 80 deletions
This file was deleted.

Runtime/EOS_SDK/Overrides/BindingOverrides.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

Runtime/EOS_SDK/Overrides/GetNextReceivedPacketSizeOptions.cs

Lines changed: 0 additions & 89 deletions
This file was deleted.

Runtime/EOS_SDK/Overrides/GetNextReceivedPacketSizeOptions.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

Runtime/EOS_SDK/Overrides/P2PInterfaceOverrides.cs

Lines changed: 0 additions & 64 deletions
This file was deleted.

Runtime/EOS_SDK/Overrides/P2PInterfaceOverrides.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)