Skip to content

Commit fe17ff3

Browse files
committed
Bump to 1.4.0
1 parent 51f8dc9 commit fe17ff3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ android {
66
defaultConfig {
77
applicationId "io.kuenzler.whatsappwebtogo"
88
minSdkVersion 21
9-
versionCode 23
10-
versionName "1.3.0"
119
targetSdkVersion 29
10+
versionCode 24
11+
versionName "1.4.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

app/src/main/res/layout/nav_header_main.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
android:id="@+id/textView"
3131
android:layout_width="wrap_content"
3232
android:layout_height="wrap_content"
33-
android:text="1.1.1" />
33+
android:text="1.4.0" />
3434

3535
</LinearLayout>

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

+2-2
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.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="versionInfo">Thanks for updating!\nNew in version 1.4.0:\n&#8211;Build for Android Q\n&#8211;Fix Chrome version warning</string>
1111
<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>
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.4.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

+2-2
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.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>
9+
<string name="versionInfo">Thanks for updating!\nNew in version 1.4.0:\n&#8211;Build for Android Q\n&#8211;Fix Chrome version warning</string>
1010
<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>
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.4.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)