new version 1.3

This commit is contained in:
2026-03-11 11:13:22 +05:00
parent 371e38dc2f
commit d297ab1059
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -5,6 +5,11 @@ 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.3] - 2025-03-11
### Changed
- Fix default image dir to be /sdcard/isodroid instead of /sdcard/isodrive
## [1.2] - 2025-03-10
### Changed
+1 -1
View File
@@ -13,7 +13,7 @@ android {
minSdk = 26
targetSdk = 36
versionCode = 1
versionName = "1.2"
versionName = "1.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}