Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Senliast committed Jul 18, 2024
1 parent a8b5d5a commit 6056b4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Updates_Manager_Extended/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Android versions: guaranted to work on AOSP Android 12-14. It will NOT work on A


## Download
You can download latest release from: https://github.com/Senliast/xposed-modules/releases/tag/Updates-Manager-Extended-v1.0.
You can download latest release from: https://github.com/Senliast/xposed-modules/releases/tag/Updates-Manager-Extended-v1.1.



Expand Down
4 changes: 2 additions & 2 deletions Updates_Manager_Extended/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "com.senliast.updatesmanagerextended"
minSdk 24
targetSdk 34
versionCode 1
versionName "1.0"
versionCode 2
versionName '1.1'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions Updates_Manager_Extended/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<string name="import_settings">Import settings</string>
<string name="export_settings">Export settings</string>
<string name="about_app">About this app</string>
<string name="about_app_part_1" translatable="false">Updates Manager Extended v1.0</string>
<string name="about_app_part_1" translatable="false">Updates Manager Extended v1.1</string>
<string name="about_app_part_2">This is an Xposed module, that allows you to block app updates (including automatic updates) for specific apps, no matter from which app store they were installed. After selecting apps, that should be blocked from updates, the app store will still detect updates for these apps, but will be unable to install these. Do note, it will as well not be possible to update selected apps with an APK.</string>
<string name="about_app_part_3">Created by Senliast,</string>
<string name="about_app_part_4" translatable="false">https://github.com/Senliast/xposed-modules/Updates_Manager_Extended</string>
<string name="about_app_part_4" translatable="false">https://github.com/Senliast/xposed-modules/tree/main/Updates_Manager_Extended</string>
<string name="please_wait">Please wait...</string>
<string name="preferences_successfully_imported">"Preferences successfully imported from file: "</string>
<string name="not_a_valid_preferences_file">"This is not an Updates Manager Extended preferences file: "</string>
Expand Down

0 comments on commit 6056b4f

Please sign in to comment.