We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b35657 commit 4402873Copy full SHA for 4402873
3 files changed
app/build.gradle
@@ -14,7 +14,7 @@ android {
14
minSdkVersion min_sdk_version
15
targetSdkVersion compile_sdk_version
16
versionCode 1
17
- versionName "1.0"
+ versionName "1.0.0"
18
19
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
20
app/release/app-release.apk
4.31 MB
app/release/output-metadata.json
@@ -0,0 +1,18 @@
1
+{
2
+ "version": 2,
3
+ "artifactType": {
4
+ "type": "APK",
5
+ "kind": "Directory"
6
+ },
7
+ "applicationId": "com.kotdroidsicario.dailytask",
8
+ "variantName": "processReleaseResources",
9
+ "elements": [
10
+ {
11
+ "type": "SINGLE",
12
+ "filters": [],
13
+ "versionCode": 1,
+ "versionName": "1.0.0",
+ "outputFile": "app-release.apk"
+ }
+ ]
+}
0 commit comments