new version: 1.7

This commit is contained in:
2026-03-13 23:04:59 +05:00
parent 148b494926
commit 7d06619194
3 changed files with 10 additions and 2 deletions
+6
View File
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.7] - 2026-03-13
### Changed
- Always use app-bundled isodrive binary instead of system binary
- Removed fallback to system paths (/system/bin, /vendor/bin, etc.)
## [1.6] - 2026-03-13
### Added
+2 -2
View File
@@ -124,8 +124,8 @@ android {
applicationId = "sh.sar.isodroid"
minSdk = 26
targetSdk = 36
versionCode = 6
versionName = "1.6"
versionCode = 7
versionName = "1.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -0,0 +1,2 @@
- Always use app-bundled isodrive binary instead of system binary
- Removed fallback to system paths