Skip to content

Commit 835ddcf

Browse files
committed
Bump to 1.6.3 / 32
1 parent 75cb4d1 commit 835ddcf

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "io.kuenzler.whatsappwebtogo"
88
minSdkVersion 21
99
targetSdkVersion 29
10-
versionCode 31
11-
versionName "1.6.2"
10+
versionCode 32
11+
versionName "1.6.3"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

app/src/main/res/values/strings.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<resources>
22
<string name="app_name" translatable="false">WhatsApp Web To Go</string>
3-
<string name="appversion_semantic" translatable="false">1.6.2</string>
3+
<string name="appversion_semantic" translatable="false">1.6.3</string>
44

5-
<string name="versionInfoText">Thanks for updating!\nNew in version 1.6.2:\n&#8211;Handle redirects to Whatsapp Homepage</string>
5+
<string name="versionInfoText">Thanks for updating!\nNew in version 1.6.3:\n&#8211;Fix crash when hiding appbar (thanks to @Domi04151309)\n&#8211;Add new menu items (thanks to @Domi04151309)\n&#8211;Stop reloading when screen size changes</string>
66
<string name="introInfoText">Thanks for installing!\nJust connect your phone as you would on your computer.\nTo lock and unlock the keyboard, use the keyboard button top right. Your settings will be saved.</string>
7-
<string name="aboutText">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2020\n\nv1.6.2\n\nThis app is in no way affiliated with WhatsApp Inc. The rights for WhatsApp and WhatsApp Web belong to WhatsApp Inc. This app is a private project to enable the use of WhatsApp Web on Android Devices</string>
7+
<string name="aboutText">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2020\n\nv1.6.3\n\nThis app is in no way affiliated with WhatsApp Inc. The rights for WhatsApp and WhatsApp Web belong to WhatsApp Inc. This app is a private project to enable the use of WhatsApp Web on Android Devices</string>
88

99
<string name="navigation_drawer_open">Open navigation drawer</string>
1010
<string name="navigation_drawer_close">Close navigation drawer</string>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Fix crash when hiding appbar (thanks to @Domi04151309)
2+
* Add new menu items (thanks to @Domi04151309)
3+
* Stop reloading when screen size changes

0 commit comments

Comments
 (0)