Skip to content

Commit 14990f5

Browse files
committed
Bump to 1.7.1 / 35
1 parent d7d188c commit 14990f5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "io.kuenzler.whatsappwebtogo"
77
minSdkVersion 21
88
targetSdkVersion 29
9-
versionCode 34
10-
versionName "1.7.0"
9+
versionCode 35
10+
versionName "1.7.1"
1111
}
1212
buildTypes {
1313
debug {

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

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

5-
<string name="versionInfoText">Thanks for updating!\nNew in version 1.7.0:\n&#8211;Enable downloads of files/media</string>
5+
<string name="versionInfoText">Thanks for updating!\nNew in version 1.7.1:\n&#8211;Enable downloads of files/media\n&#8211;Fix storage permission request</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>
77
<string name="aboutText" translatable="false">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2021\n\nv1.7.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>
88

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Add file/media download possiblilty (thanks to @firebrain12)
2+
* Fix storage permission request

0 commit comments

Comments
 (0)