Skip to content

Commit 91a6442

Browse files
committed
Release 0.6.8
1 parent c9ec160 commit 91a6442

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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.7"
16+
val latestVersionName = "0.6.8"
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 = 670
24+
versionCode = 680
2525
versionName = latestVersionName
2626
vectorDrawables.useSupportLibrary = true
2727
testInstrumentationRunner = "com.looker.droidify.TestRunner"

metadata/en-US/changelogs/680.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixed:
2+
- Apk file integrity check failing
3+
- Download stats data validation
4+
- Performance in apps list

0 commit comments

Comments
 (0)