Skip to content

Commit

Permalink
update version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AshiVered committed Aug 8, 2024
1 parent ca19a44 commit 95855b3
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -10,8 +10,8 @@ android {
applicationId "aiv.ashivered.safebrowser"
minSdk 21
targetSdk 34
versionCode 6
versionName '3.0'
versionCode 7
versionName '3.1'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-iw/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<string name="show_url_on">הצג את כתובת האתר שנחסם בהתראת החסימה</string>
<string name="url_title">הצגת URL</string>
<string name="info">מידע</string>
<string name="app_ver">3.0</string>
<string name="app_ver">3.1</string>
<string name="app_dev_info">מפתח</string>
<string name="name_ver">גרסת דפדפן מוגן</string>
<string name="app_dev">האפליקציה מפותחת על ידי אשי ורד, כקוד פתוח. קוד המקור זמין בGithub:
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<string name="show_url_off">Don\'t show blocked URL in blocking notification</string>
<string name="url_title">Show URL</string>
<string name="info">Information</string>
<string name="app_ver">3.0</string>
<string name="app_ver">3.1</string>
<string name="app_dev_info">Developer</string>
<string name="name_ver">Safe Browser version</string>
<string name="app_dev">This app developed by Ashi Vered as open source. The source code is available on GitHub:
Expand Down

0 comments on commit 95855b3

Please sign in to comment.