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