Skip to content

Commit

Permalink
Version update: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Dec 26, 2022
1 parent 38f7797 commit 2069c9f
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 19 deletions.
18 changes: 18 additions & 0 deletions MagiskChangelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
**.2.5.0**
Added:
- Option to hide mobile roaming indicator (Statusbar)
- Option to show charging information on lockscreen (Lockscreen)
- Option to hide user avatar from lockscreen (multi-user mode) (Lockscreen)
- Option to enable smart actions to the clipboard overlay (Misc)
- Built-in bootloop/system crash protector

Removed:
- Lockscreen shortcut mods
- Statusbar center-area adjustment
- Combined signal icons

Fixed:
- Compatibility issues with Android 13 QPR1

... And bugfixes

**2.4.0**
Added:
- Option to hide network traffic arrows (Statusbar)
Expand Down
4 changes: 2 additions & 2 deletions MagiskModAddon/module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=AOSPMods
name=AOSP Mods (Full version)
version=2.4.0
versionCode=166
version=.2.5.0
versionCode=197
author=Siavash79 + ElTifo
description=Xposed based module for customizations on SystemUI on AOSP based roms. Supports Android 12+
minMagisk=24200
Expand Down
4 changes: 2 additions & 2 deletions MagiskModBase/module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=AOSPMods
name=AOSP Mods (Xposed version)
version=2.4.0
versionCode=166
version=.2.5.0
versionCode=197
author=Siavash79 + ElTifo
description=Xposed based module for customizations on SystemUI on AOSP based roms. Supports Android 12+
minMagisk=24200
Expand Down
6 changes: 3 additions & 3 deletions MagiskModuleUpdate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.4.0",
"versionCode": 166,
"zipUrl": "https://github.com/siavash79/AOSPMods/releases/download/v2.4.0/AOSPMods_Full.zip",
"version": ".2.5.0",
"versionCode": 197,
"zipUrl": "https://github.com/siavash79/AOSPMods/releases/download/v.2.5.0/AOSPMods_Full.zip",
"changelog": "https://raw.githubusercontent.com/siavash79/AOSPMods/stable/MagiskChangelog.md"
}
6 changes: 3 additions & 3 deletions MagiskModuleUpdate_Full.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.4.0",
"versionCode": 166,
"zipUrl": "https://github.com/siavash79/AOSPMods/releases/download/v2.4.0/AOSPMods_Full.zip",
"version": ".2.5.0",
"versionCode": 197,
"zipUrl": "https://github.com/siavash79/AOSPMods/releases/download/v.2.5.0/AOSPMods_Full.zip",
"changelog": "https://raw.githubusercontent.com/siavash79/AOSPMods/stable/MagiskChangelog.md"
}
6 changes: 3 additions & 3 deletions MagiskModuleUpdate_Xposed.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "2.4.0",
"versionCode": 166,
"zipUrl": "https://github.com/siavash79/AOSPMods/releases/download/v2.4.0/AOSPMods_Xposed.zip",
"version": ".2.5.0",
"versionCode": 197,
"zipUrl": "https://github.com/siavash79/AOSPMods/releases/download/v.2.5.0/AOSPMods_Xposed.zip",
"changelog": "https://raw.githubusercontent.com/siavash79/AOSPMods/stable/MagiskChangelog.md"
}
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "sh.siava.AOSPMods"
minSdkVersion 31
targetSdk 33
versionCode 196
versionName "canary-196"
versionCode 197
versionName ".2.5.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
8 changes: 4 additions & 4 deletions latestStable.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "2.4.0",
"versionCode": 166,
"version": ".2.5.0",
"versionCode": 197,
"changelog": "https://raw.githubusercontent.com/siavash79/AOSPMods/stable/MagiskChangelog.md",
"zipUrl_Full": "https://github.com/siavash79/AOSPMods/releases/download/v2.4.0/AOSPMods_Full.zip",
"zipUrl_Xposed": "https://github.com/siavash79/AOSPMods/releases/download/v2.4.0/AOSPMods_Xposed.zip"
"zipUrl_Full": "https://github.com/siavash79/AOSPMods/releases/download/v.2.5.0/AOSPMods_Full.zip",
"zipUrl_Xposed": "https://github.com/siavash79/AOSPMods/releases/download/v.2.5.0/AOSPMods_Xposed.zip"
}

0 comments on commit 2069c9f

Please sign in to comment.