Skip to content

Commit 9fd7b0f

Browse files
committed
Bump to 1.3.0 / 23
1 parent d30ac58 commit 9fd7b0f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

app/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ android {
77
applicationId "io.kuenzler.whatsappwebtogo"
88
minSdkVersion 21
99
targetSdkVersion 28
10+
versionCode 23
11+
versionName "1.3.0"
1012
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1113
}
1214
buildTypes {

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<string name="action_settings">Einstellungen</string>
99

10-
<string name="versionInfo">Thanks for updating!\nNew in version 1.0.1:\n&#8211;Your settings will be remembered\n&#8211;Links open in your default browser now (bug in android 5)\n&#8211;Other small bugfixes</string>
11-
<string name="introInfo">Thanks for installing!\nJust connect your phone as you would on your computer.\nTo unlock the keyboard, use the keyboard button top right. Your settings will be saved.</string>
12-
<string name="about">WhatsappWeb To Go\n\nby Leonhard Künzler\nBWK Technik GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2018\n\nv1.0.1\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>
10+
<string name="versionInfo">Thanks for updating!\nNew in version 1.3.0:\n&#8211;Your settings will be remembered (again)\n&#8211;Links open in your default browser now (bug in android 5)\n&#8211;Other small bugfixes</string>
11+
<string name="introInfo">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>
12+
<string name="about">WhatsappWeb To Go\n\nby Leonhard Künzler\nBWK Technik GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2019\n\nv1.3.0\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>
1313
</resources>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<string name="action_settings">Settings</string>
88

9-
<string name="versionInfo">Thanks for updating!\nNew in version 1.2.0:\n&#8211;Your settings will be remembered\n&#8211;Links open in your default browser now (bug in android 5)\n&#8211;Other small bugfixes</string>
10-
<string name="introInfo">Thanks for installing!\nJust connect your phone as you would on your computer.\nTo unlock the keyboard, use the keyboard button top right. Your settings will be saved.</string>
11-
<string name="about">WhatsappWeb To Go\n\nby Leonhard Künzler\nBWK Technik GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2018\n\nv1.0.1\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>
9+
<string name="versionInfo">Thanks for updating!\nNew in version 1.3.0:\n&#8211;Your settings will be remembered (again)\n&#8211;Links open in your default browser now (bug in android 5)\n&#8211;Other small bugfixes</string>
10+
<string name="introInfo">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>
11+
<string name="about">WhatsappWeb To Go\n\nby Leonhard Künzler\nBWK Technik GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2019\n\nv1.3.0\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>
1212
</resources>

0 commit comments

Comments
 (0)