diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index b242502..f67fc2c 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/app/build.gradle b/app/build.gradle index b98b0f5..026132d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.tommasoberlose.anotherwidget" minSdkVersion 23 targetSdkVersion 29 - versionCode 100 - versionName "2.0.11" + versionCode 101 + versionName "2.0.12" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/release/app-release.aab b/app/release/app-release.aab index b7a8a63..d2e3042 100644 Binary files a/app/release/app-release.aab and b/app/release/app-release.aab differ diff --git a/app/src/main/res/layout/activity_custom_date.xml b/app/src/main/res/layout/activity_custom_date.xml index 4129067..f420b93 100644 --- a/app/src/main/res/layout/activity_custom_date.xml +++ b/app/src/main/res/layout/activity_custom_date.xml @@ -145,7 +145,7 @@ android:layout_height="40dp" android:padding="5dp" android:layout_centerVertical="true" - android:src="@drawable/round_keyboard_capslock" + android:src="@drawable/round_publish" android:layout_alignParentEnd="true" android:clickable="true" android:focusable="true"