From e9dfbce049956128c448449ebb324f0aaf69eacf Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Fri, 13 Mar 2026 23:46:48 +0500 Subject: [PATCH] Version 1.7 --- CHANGELOG.md | 6 ++++++ app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/7.txt | 2 ++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/7.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 6513565..2cad5b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- Prep for edge-to-edge compatibility + ## [1.6] - 2026-03-13 ### Added diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e1eec01..1317634 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -130,8 +130,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" } diff --git a/fastlane/metadata/android/en-US/changelogs/7.txt b/fastlane/metadata/android/en-US/changelogs/7.txt new file mode 100644 index 0000000..89fc473 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/7.txt @@ -0,0 +1,2 @@ +- Always use app-bundled isodrive binary instead of system binary +- Prep for edge-to-edge compatibility