Skip to content

Commit e631b93

Browse files
authored
Merge pull request #5047 from TrainLCD/release/beta
v10.0.101b🎉
2 parents 2bd2007 + 8a6fe8f commit e631b93

30 files changed

+17
-31
lines changed

android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ android {
142142
dimension "environment"
143143
applicationId "me.tinykitten.trainlcd.dev"
144144
versionNameSuffix "-dev"
145-
versionCode 100000180
146-
versionName "10.0.100"
145+
versionCode 100000181
146+
versionName "10.0.101"
147147
}
148148
prod {
149149
dimension "environment"
150-
versionCode 100000180
151-
versionName "10.0.100"
150+
versionCode 100000181
151+
versionName "10.0.101"
152152
}
153153
}
154154
}

android/app/src/prod/res/drawable-hdpi/splashscreen_image.png renamed to android/app/src/main/res/drawable-hdpi/splashscreen_image.png

File renamed without changes.

android/app/src/prod/res/drawable-mdpi/splashscreen_image.png renamed to android/app/src/main/res/drawable-mdpi/splashscreen_image.png

File renamed without changes.

android/app/src/prod/res/drawable-xhdpi/splashscreen_image.png renamed to android/app/src/main/res/drawable-xhdpi/splashscreen_image.png

File renamed without changes.

android/app/src/prod/res/drawable-xxhdpi/splashscreen_image.png renamed to android/app/src/main/res/drawable-xxhdpi/splashscreen_image.png

File renamed without changes.

android/app/src/prod/res/drawable-xxxhdpi/splashscreen_image.png renamed to android/app/src/main/res/drawable-xxxhdpi/splashscreen_image.png

File renamed without changes.

android/app/src/prod/res/drawable/rn_edit_text_material.xml renamed to android/app/src/main/res/drawable/rn_edit_text_material.xml

File renamed without changes.
File renamed without changes.

android/app/src/prod/res/drawable/splashscreen_logo.xml renamed to android/app/src/main/res/drawable/splashscreen_logo.xml

File renamed without changes.

android/app/src/prod/res/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)