Skip to content

Commit e6b76c8

Browse files
Merge pull request #1166 from EOS-Contrib/EOS-1.17.1.3
FIX: Fixed the error related to Gradle build failures on Android
2 parents 4a6606c + 400a994 commit e6b76c8

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

com.playeveryware.eos/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
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+
5+
## [4.1.1] - 2025-08-26
6+
7+
### Changed
8+
- Fix: Fixed the error related to Gradle build failures on Android
9+
410
## [4.1.0] - 2025-08-05
511

612
### Changed

com.playeveryware.eos/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
}

com.playeveryware.eos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.playeveryware.eos",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"unity": "2021.3",
55
"unityRelease": "16f1",
66
"author": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0b275634c52bae0ee76aab5638bcca9303b169dc7dc0d13cbd9403bba640987b
3-
size 34024623
2+
oid sha256:13f930a1ff53cdd50cdb954affa5810f71047bb9750ace514bfaf78ecbf51f0a
3+
size 34994170
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:add5dd2ac797c403f2403273b2a4d52e87d9c1ff1be806b2232093427defa423
3-
size 35270244
2+
oid sha256:f405d0eb5eb11d034e6ca258d2eccaaffee9ee5c3813e1e53b8fce887f9fa62b
3+
size 35292247

0 commit comments

Comments
 (0)