diff --git a/app/build.gradle b/app/build.gradle
index 34f076c..c6cd10a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -3,14 +3,14 @@ plugins {
}
android {
- compileSdkVersion 32
+ compileSdkVersion 33
defaultConfig {
applicationId "com.git.amarradi.palatschinkencounter"
minSdkVersion 26
- targetSdkVersion 32
- versionCode 14
- versionName "1.0.11"
+ targetSdkVersion 33
+ versionCode 15
+ versionName "1.0.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/app/src/main/res/layout-land/activity_main.xml b/app/src/main/res/layout-land/activity_main.xml
index c3b681a..a44e133 100644
--- a/app/src/main/res/layout-land/activity_main.xml
+++ b/app/src/main/res/layout-land/activity_main.xml
@@ -6,61 +6,75 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
+
tools:context=".MainActivity">
+
+
+ android:textAlignment="center"
+ android:textAppearance="@style/TextAppearance.AppCompat.Medium" />
-