diff --git a/android/app/build.gradle b/android/app/build.gradle index 9c65b2ca..636f4a61 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.moimob.drinkable" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 14401 - versionName "1.44.1" + versionCode 14402 + versionName "1.44.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/fastlane/metadata/android/en-US/changelogs/14402.txt b/fastlane/metadata/android/en-US/changelogs/14402.txt new file mode 100644 index 00000000..d2b034aa --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/14402.txt @@ -0,0 +1 @@ +• Fixed issue with snowflakes \ No newline at end of file diff --git a/src/modules/home/home.html b/src/modules/home/home.html index 925dba95..77ef66b4 100644 --- a/src/modules/home/home.html +++ b/src/modules/home/home.html @@ -1,5 +1,6 @@