diff --git a/app/build.gradle b/app/build.gradle index 5fd64fe..60b488f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,14 +2,14 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 34 + compileSdk 34 defaultConfig { applicationId "org.woheller69.omweather" - minSdkVersion 21 - targetSdkVersion 34 - versionCode 32 - versionName "3.2" + minSdk 21 + targetSdk 34 + versionCode 33 + versionName "3.3" buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\"" buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/omweather/\"" diff --git a/app/src/main/java/org/woheller69/weather/widget/WeatherWidgetAllInOne.java b/app/src/main/java/org/woheller69/weather/widget/WeatherWidgetAllInOne.java index 67cf7c6..8ce3603 100644 --- a/app/src/main/java/org/woheller69/weather/widget/WeatherWidgetAllInOne.java +++ b/app/src/main/java/org/woheller69/weather/widget/WeatherWidgetAllInOne.java @@ -401,7 +401,7 @@ public void onEnabled(Context context) { for (int widgetID : widgetIDs) { - RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.weather_widget); + RemoteViews views = new RemoteViews(context.getPackageName(), R.layout.weather_widget_all_in_one); AppWidgetManager appWidgetManager = AppWidgetManager.getInstance(context); CityToWatch city=dbHelper.getCityToWatch(widgetCityID); diff --git a/fastlane/metadata/android/en-US/changelogs/33.txt b/fastlane/metadata/android/en-US/changelogs/33.txt new file mode 100644 index 0000000..d0d8b67 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/33.txt @@ -0,0 +1,2 @@ +Belarusian translation +Bugfix \ No newline at end of file