We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82810f0 commit 448ff4dCopy full SHA for 448ff4d
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "it.danieleverducci.ojo"
11
minSdkVersion 17
12
targetSdkVersion 30
13
- versionCode 1
14
- versionName "0.0.1"
+ versionCode 2
+ versionName "0.0.2"
15
16
vectorDrawables.useSupportLibrary = true
17
app/release/output-metadata.json
@@ -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": [
+ {
+ "type": "SINGLE",
+ "filters": [],
+ "versionCode": 1,
+ "versionName": "0.0.1",
+ "outputFile": "app-release.apk"
+ }
+ ]
18
+}
0 commit comments