mirror of
https://github.com/Hamza417/Inure.git
synced 2025-05-17 19:15:56 +08:00
release changes
This commit is contained in:
3
.github/workflows/build_release_apk.yml
vendored
3
.github/workflows/build_release_apk.yml
vendored
@ -108,8 +108,9 @@ jobs:
|
||||
packageName: app.simple.inure.play
|
||||
releaseFiles: ~/app-play-release.aab
|
||||
track: production
|
||||
status: inProgress
|
||||
status: completed
|
||||
inAppUpdatePriority: 2
|
||||
whatsNewDirectory: distribution
|
||||
|
||||
- name: Archive APKs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
@ -52,7 +52,7 @@ android {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 35
|
||||
versionCode 10410
|
||||
versionName "Build104.1.0"
|
||||
versionName "build104.1.0"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
<h4>Improvements</h4>
|
||||
|
||||
<ul>
|
||||
<li>Full reproducible ndk build support.</li>
|
||||
<li>Reproducible ndk build.</li>
|
||||
<li>App size is reduced by 4 megabytes.</li>
|
||||
<li>Improved app performance and stability by upto 25%.</li>
|
||||
</ul>
|
||||
|
5
distribution/whatsnew-en-US
Normal file
5
distribution/whatsnew-en-US
Normal file
@ -0,0 +1,5 @@
|
||||
This update fixes the unexpected crashes in Installer in the past build.
|
||||
|
||||
Refer to Change Logs under About section of the app to get the detailed list of all changes in this version.
|
||||
|
||||
Feel free to join app's Telegram channel for future development updates: https://t.me/inure_app_manager
|
Reference in New Issue
Block a user