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 9fb1b38 commit a68700fCopy full SHA for a68700f
.gitignore
@@ -15,4 +15,5 @@
15
.cxx
16
local.properties
17
buildSrc/build
18
-/jks/
+/jks/
19
+*.apk
app/release/output-metadata.json
@@ -0,0 +1,20 @@
1
+{
2
+ "version": 3,
3
+ "artifactType": {
4
+ "type": "APK",
5
+ "kind": "Directory"
6
+ },
7
+ "applicationId": "com.yechaoa.gradlex",
8
+ "variantName": "release",
9
+ "elements": [
10
+ {
11
+ "type": "SINGLE",
12
+ "filters": [],
13
+ "attributes": [],
14
+ "versionCode": 2,
+ "versionName": "2.0-default",
+ "outputFile": "app-release.apk"
+ }
+ ],
+ "elementType": "File"
20
+}
0 commit comments