Skip to content

Commit 448ff4d

Browse files
committed
v0.0.2
1 parent 82810f0 commit 448ff4d

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "it.danieleverducci.ojo"
1111
minSdkVersion 17
1212
targetSdkVersion 30
13-
versionCode 1
14-
versionName "0.0.1"
13+
versionCode 2
14+
versionName "0.0.2"
1515

1616
vectorDrawables.useSupportLibrary = true
1717

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": "it.danieleverducci.ojo",
8+
"variantName": "release",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"versionCode": 1,
14+
"versionName": "0.0.1",
15+
"outputFile": "app-release.apk"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)