There was an error while loading. Please reload this page.
1 parent a10d86e commit 5a76e0eCopy full SHA for 5a76e0e
1 file changed
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "com.urik.keyboard"
19
minSdk = 26
20
targetSdk = 35
21
- versionCode = 41
22
- versionName = "0.11.1-beta"
+ versionCode = 42
+ versionName = "0.11.2-beta"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
@@ -82,6 +82,13 @@ android {
82
83
84
85
+ dependenciesInfo {
86
+ // Disables dependency metadata when building APKs.
87
+ includeInApk = false
88
+ // Disables dependency metadata when building Android App Bundles.
89
+ includeInBundle = false
90
+ }
91
+
92
testOptions {
93
unitTests {
94
isIncludeAndroidResources = true
0 commit comments