Skip to content

Commit e8d3c14

Browse files
committed
Release 0.7.0
1 parent a5dd6a2 commit e8d3c14

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
android {
13-
val latestVersionName = "0.6.9"
13+
val latestVersionName = "0.7.0"
1414
namespace = "com.looker.droidify"
1515
compileSdk {
1616
version = release(36)

metadata/en-US/changelogs/690.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Fixed:
99
- Various crashes
1010
+ more
1111

12-
Full changelog: https://github.com/Droid-ify/client/releases/latest
12+
Full changelog: https://github.com/Droid-ify/client/releases/latest

metadata/en-US/changelogs/700.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
New:
2+
- BREAKING: SHA256 signature verification
3+
- Custom Actions
4+
- Copy error details on sync failure
5+
- Delete APK after install toggle
6+
7+
Fixed:
8+
- Stuck "Installing" state & Shizuku installer logic
9+
- Various crashes
10+
+ more
11+
12+
Full changelog: https://github.com/Droid-ify/client/releases/latest

0 commit comments

Comments
 (0)