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 3cedafc commit 1508f3cCopy full SHA for 1508f3c
app/build.gradle.kts
@@ -11,8 +11,8 @@ android {
11
applicationId = "com.caniwebview.android"
12
minSdk = 24
13
targetSdk = 35
14
- versionCode = 101
15
- versionName = "1.0.0"
+ versionCode = 110
+ versionName = "1.0.1"
16
17
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
18
}
@@ -36,6 +36,14 @@ android {
36
buildFeatures {
37
viewBinding = true
38
39
+
40
+ dependenciesInfo {
41
+ // Disables dependency metadata when building APKs.
42
+ includeInApk = false
43
+ // Disables dependency metadata when building Android App Bundles.
44
+ includeInBundle = false
45
+ }
46
47
48
49
dependencies {
app/src/main/Cover.png
52.1 KB
0 commit comments