Skip to content

Commit 777aa3f

Browse files
committed
Release 0.6.7
1 parent 72554f8 commit 777aa3f

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ plugins {
1313
}
1414

1515
android {
16-
val latestVersionName = "0.6.6"
16+
val latestVersionName = "0.6.7"
1717
namespace = "com.looker.droidify"
1818
buildToolsVersion = "36.0.0"
1919
compileSdk = 36
2020
defaultConfig {
2121
minSdk = 23
2222
targetSdk = 36
2323
applicationId = "com.looker.droidify"
24-
versionCode = 660
24+
versionCode = 670
2525
versionName = latestVersionName
2626
vectorDrawables.useSupportLibrary = true
2727
testInstrumentationRunner = "com.looker.droidify.TestRunner"

metadata/en-US/changelogs/670.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Added:
2+
- IzzyOnDroid's Download Stats (https://dlstats.izzyondroid.org/)
3+
- Reproducible build badge
4+
- Certificate pinning for 9 repositories
5+
- App unarchiving support
6+
- `market://` search URI support
7+
8+
Changes:
9+
- Repo UI to fix UX issues
10+
- droidify.eu.org is moved to droidify.app
11+
12+
Fixed:
13+
- Loading in home pages
14+
- Update notification not going away after auto update
15+
16+
Misc:
17+
- Repo list changes
18+
- Bug fixes

0 commit comments

Comments
 (0)