Skip to content

Commit 4402873

Browse files
committed
version 1.0.0
1 parent 6b35657 commit 4402873

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
minSdkVersion min_sdk_version
1515
targetSdkVersion compile_sdk_version
1616
versionCode 1
17-
versionName "1.0"
17+
versionName "1.0.0"
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2020

app/release/app-release.apk

4.31 MB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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,
14+
"versionName": "1.0.0",
15+
"outputFile": "app-release.apk"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)