We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5af6f commit 54a898eCopy full SHA for 54a898e
1 file changed
app/build.gradle.kts
@@ -48,8 +48,8 @@ android {
48
applicationId = "io.github.luantak.fokuslauncher"
49
minSdk = 26
50
targetSdk = 36
51
- versionCode = 5
52
- versionName = "1.0.5"
+ versionCode = 6
+ versionName = "1.0.6"
53
54
testInstrumentationRunner = "io.github.luantak.fokuslauncher.HiltTestRunner"
55
}
@@ -85,6 +85,13 @@ android {
85
86
buildFeatures { compose = true }
87
88
+ // Keep symbols in this native lib to avoid environment-dependent stripping output.
89
+ packaging {
90
+ jniLibs {
91
+ keepDebugSymbols += "**/libdatastore_shared_counter.so"
92
+ }
93
94
+
95
testOptions {
96
unitTests {
97
isIncludeAndroidResources = true
0 commit comments