We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ec160 commit 91a6442Copy full SHA for 91a6442
app/build.gradle.kts
@@ -13,15 +13,15 @@ plugins {
13
}
14
15
android {
16
- val latestVersionName = "0.6.7"
+ val latestVersionName = "0.6.8"
17
namespace = "com.looker.droidify"
18
buildToolsVersion = "36.0.0"
19
compileSdk = 36
20
defaultConfig {
21
minSdk = 23
22
targetSdk = 36
23
applicationId = "com.looker.droidify"
24
- versionCode = 670
+ versionCode = 680
25
versionName = latestVersionName
26
vectorDrawables.useSupportLibrary = true
27
testInstrumentationRunner = "com.looker.droidify.TestRunner"
metadata/en-US/changelogs/680.txt
@@ -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