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 dc91ca8 commit be19811Copy full SHA for be19811
1 file changed
app/build.gradle
@@ -6,8 +6,8 @@ android {
6
minSdkVersion 17
7
targetSdkVersion 36
8
compileSdk 34
9
- versionCode 35
10
- versionName "1.13.0"
+ versionCode 36
+ versionName "1.13.1"
11
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
12
vectorDrawables.useSupportLibrary = true
13
}
@@ -26,6 +26,12 @@ android {
26
productFlavors {
27
standalone {
28
dimension "appstore"
29
+ dependenciesInfo {
30
+ // Disables dependency metadata when building APKs.
31
+ includeInApk = false
32
+ // Disables dependency metadata when building Android App Bundles.
33
+ includeInBundle = false
34
+ }
35
36
google {
37
0 commit comments