Skip to content

Commit

Permalink
Bump to 1.7.1 / 35
Browse files Browse the repository at this point in the history
  • Loading branch information
92lleo committed Jun 9, 2021
1 parent d7d188c commit 14990f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.kuenzler.whatsappwebtogo"
minSdkVersion 21
targetSdkVersion 29
versionCode 34
versionName "1.7.0"
versionCode 35
versionName "1.7.1"
}
buildTypes {
debug {
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<resources>
<string name="app_name" translatable="false">WhatsApp Web To Go</string>
<string name="appversion_semantic" translatable="false">1.7.0</string>
<string name="appversion_semantic" translatable="false">1.7.1</string>

<string name="versionInfoText">Thanks for updating!\nNew in version 1.7.0:\n&#8211;Enable downloads of files/media</string>
<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>
<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>
<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>

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/35.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Add file/media download possiblilty (thanks to @firebrain12)
* Fix storage permission request

0 comments on commit 14990f5

Please sign in to comment.