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 597294d commit 139f095Copy full SHA for 139f095
app/build.gradle.kts
@@ -12,6 +12,9 @@ android {
12
defaultConfig {
13
applicationId = "sk.styk.martin.apkanalyzer"
14
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
15
+
16
+ versionCode = 1
17
+ versionName = "dev"
18
}
19
20
flavorDimensions += "version"
build-logic/convention/src/main/kotlin/ApplicationPlugin.kt
@@ -26,9 +26,6 @@ class ApplicationPlugin : Plugin<Project> {
26
compileSdk = TargetSdk
27
minSdk = MinSdk
28
29
- versionCode = 1
30
- versionName = "dev"
31
-
32
multiDexEnabled = true
33
vectorDrawables.useSupportLibrary = true
34
0 commit comments