File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " com.moimob.drinkable"
8
8
minSdkVersion rootProject. ext. minSdkVersion
9
9
targetSdkVersion rootProject. ext. targetSdkVersion
10
- versionCode 14401
11
- versionName " 1.44.1 "
10
+ versionCode 14402
11
+ versionName " 1.44.2 "
12
12
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
13
13
aaptOptions {
14
14
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Original file line number Diff line number Diff line change
1
+ • Fixed issue with snowflakes
Original file line number Diff line number Diff line change 1
1
< template >
2
- < div ref ="containerElement " id ="pull-to-refresh " class ="w-full pb-10 ">
2
+ < div class ="w-full pb-10 ">
3
+ < div class ="w-full h-full fixed z-20 pointer-events-none " ref ="containerElement "> </ div >
3
4
< div class ="flex flex-col pb-12 ">
4
5
< season-explore css ="${getOrderById(4)} "> </ season-explore >
5
6
< navigation-widget css ="${getOrderById(3)} "> </ navigation-widget >
You can’t perform that action at this time.
0 commit comments