From 77afce8d1f53d9e9193a3ee4663f24cd06fd15aa Mon Sep 17 00:00:00 2001 From: Carl <213154372+SiggeMcKvack@users.noreply.github.com> Date: Fri, 14 Nov 2025 17:06:40 +0100 Subject: [PATCH] fix: - it was not possible to scroll within the app which made it impossible to use in landscape mode. - the version was still set to 1.0 even though released as 1.1. bumped to 1.2. --- android/app/build.gradle | 4 ++-- android/app/src/main/res/layout/activity_main.xml | 14 ++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 2133e60..a96392f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.torch.converter" minSdk 24 targetSdk 34 - versionCode 1 - versionName "1.0" + versionCode 3 + versionName "1.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/android/app/src/main/res/layout/activity_main.xml b/android/app/src/main/res/layout/activity_main.xml index cb02045..b5f185d 100644 --- a/android/app/src/main/res/layout/activity_main.xml +++ b/android/app/src/main/res/layout/activity_main.xml @@ -1,12 +1,17 @@ - + + + android:gravity="top"> - \ No newline at end of file + + \ No newline at end of file