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 e8dbec0 commit b71f125Copy full SHA for b71f125
app/build.gradle.kts
@@ -11,7 +11,7 @@ android {
11
applicationId = "com.addev.listaspam"
12
minSdk = 29
13
targetSdk = 34
14
- versionCode = 1
+ versionCode = 9
15
versionName = "2.1.0"
16
17
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@@ -34,6 +34,12 @@ android {
34
kotlinOptions {
35
jvmTarget = "1.8"
36
}
37
+ dependenciesInfo {
38
+ // Disables dependency metadata when building APKs (for IzzyOnDroid/F-Droid)
39
+ includeInApk = false
40
+ // Disables dependency metadata when building Android App Bundles (for Google Play)
41
+ includeInBundle = false
42
+ }
43
44
45
dependencies {
0 commit comments