diff --git a/app/build.gradle b/app/build.gradle index a999d8b..9344df4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.odiousapps.weewxweather" minSdkVersion 23 targetSdkVersion 33 - versionCode 1000006 - versionName "1.0.6" + versionCode 1000007 + versionName "1.0.7" } buildTypes { release { diff --git a/app/src/main/res/layout/fragment_forecast.xml b/app/src/main/res/layout/fragment_forecast.xml index 5c8b63e..26ad337 100644 --- a/app/src/main/res/layout/fragment_forecast.xml +++ b/app/src/main/res/layout/fragment_forecast.xml @@ -42,18 +42,11 @@ android:gravity="center"/> - - - - - - + android:gravity="center" + android:visibility="gone"/> \ No newline at end of file