Skip to content

Commit 81fdfb1

Browse files
committed
v2.2.0
1 parent bbd2d6b commit 81fdfb1

File tree

3 files changed

+20
-24
lines changed

3 files changed

+20
-24
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId 'com.hades.hKtweaks'
88
minSdkVersion 26
99
targetSdkVersion 30
10-
versionCode 210
11-
versionName "2.1.0"
10+
versionCode 220
11+
versionName "2.2.0"
1212
vectorDrawables.useSupportLibrary = true
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
}

app/src/main/assets/update.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
2-
"latestVersion": "2.1.0",
3-
"latestVersionCode": "210",
4-
"url": "https://github.com/corsicanu/hKtweaks/releases/download/v2.1.0/hKtweaks_v2.1.0.apk",
2+
"latestVersion": "2.2.0",
3+
"latestVersionCode": "220",
4+
"url": "https://github.com/corsicanu/hKtweaks/releases/download/v2.2.0/hKtweaks_v2.2.0.apk",
55
"releaseNotes": [
66
"Changelog:",
7-
"- fixed color accent in dark mode",
8-
"- reworked zram algorithms",
9-
"- fixed saving of profiles in Android 10",
10-
"- added support for more hotplugs",
11-
"- added support for triclustered cpus",
12-
"- added gpu driver info",
13-
"- added auto detection of cpu temperature (exynos only)",
14-
"- updated layout of several screens to fit better on big dpi"
7+
"- device: full rearrange, added manufacturing date, alternate ASV detection, battery health, uptime",
8+
"- cpufreq: added S21 cpu support (exynos2100/sd888)",
9+
"- battery: fixed S21 battery health detection + possibly for other new devices running 5.* kernel",
10+
"- build: updated gradle, plugins, build tools, targetsdk and minsdk (android <8.0 can use v2.1.0 and below)",
11+
"- manifest: add back USE_FINGERPRINT for < 28 api",
12+
"- others: minor optimizations, fix isolated layout issues because of dpi, check gpu_lib string everytime we open the app"
1513
]
1614
}

app/update.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
2-
"latestVersion": "2.1.0",
3-
"latestVersionCode": "210",
4-
"url": "https://github.com/corsicanu/hKtweaks/releases/download/v2.1.0/hKtweaks_v2.1.0.apk",
2+
"latestVersion": "2.2.0",
3+
"latestVersionCode": "220",
4+
"url": "https://github.com/corsicanu/hKtweaks/releases/download/v2.2.0/hKtweaks_v2.2.0.apk",
55
"releaseNotes": [
66
"Changelog:",
7-
"- fixed color accent in dark mode",
8-
"- reworked zram algorithms",
9-
"- fixed saving of profiles in Android 10",
10-
"- added support for more hotplugs",
11-
"- added support for triclustered cpus",
12-
"- added gpu driver info",
13-
"- added auto detection of cpu temperature (exynos only)",
14-
"- updated layout of several screens to fit better on big dpi"
7+
"- device: full rearrange, added manufacturing date, alternate ASV detection, battery health, uptime",
8+
"- cpufreq: added S21 cpu support (exynos2100/sd888)",
9+
"- battery: fixed S21 battery health detection + possibly for other new devices running 5.* kernel",
10+
"- build: updated gradle, plugins, build tools, targetsdk and minsdk (android <8.0 can use v2.1.0 and below)",
11+
"- manifest: add back USE_FINGERPRINT for < 28 api",
12+
"- others: minor optimizations, fix isolated layout issues because of dpi, check gpu_lib string everytime we open the app"
1513
]
1614
}

0 commit comments

Comments
 (0)