Skip to content

Commit 6f3cd0a

Browse files
author
Daniel García
committed
[Added] dist folder
1 parent f8dfc9f commit 6f3cd0a

File tree

6 files changed

+154
-2
lines changed

6 files changed

+154
-2
lines changed

app/build.gradle

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@ plugins {
66
}
77

88
android {
9+
signingConfigs {
10+
prod {
11+
storeFile file('/Users/danielgarcia/AndroidStudioProjects/PlatformScience/dist/keystore')
12+
storePassword 'platform'
13+
keyAlias 'psdks'
14+
keyPassword 'platform'
15+
}
16+
}
917
compileSdk 33
1018

1119
defaultConfig {
1220
applicationId "com.tripletres.platformscience"
1321
minSdk 21
1422
targetSdk 33
15-
versionCode 1
16-
versionName "1.0"
23+
versionCode 2
24+
versionName "1.1"
1725

1826
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1927
vectorDrawables {

app/debug/output-metadata.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 3,
3+
"artifactType": {
4+
"type": "APK",
5+
"kind": "Directory"
6+
},
7+
"applicationId": "com.tripletres.platformscience",
8+
"variantName": "debug",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"attributes": [],
14+
"versionCode": 2,
15+
"versionName": "1.1",
16+
"outputFile": "app-debug.apk"
17+
}
18+
],
19+
"elementType": "File"
20+
}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"formatVersion": 1,
3+
"database": {
4+
"version": 1,
5+
"identityHash": "b5f482a951d98ec838129eaf14a3af36",
6+
"entities": [
7+
{
8+
"tableName": "shipment_table",
9+
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`shipment_id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `address` TEXT NOT NULL)",
10+
"fields": [
11+
{
12+
"fieldPath": "id",
13+
"columnName": "shipment_id",
14+
"affinity": "INTEGER",
15+
"notNull": true
16+
},
17+
{
18+
"fieldPath": "address",
19+
"columnName": "address",
20+
"affinity": "TEXT",
21+
"notNull": true
22+
}
23+
],
24+
"primaryKey": {
25+
"columnNames": [
26+
"shipment_id"
27+
],
28+
"autoGenerate": true
29+
},
30+
"indices": [],
31+
"foreignKeys": []
32+
},
33+
{
34+
"tableName": "driver_table",
35+
"createSql": "CREATE TABLE IF NOT EXISTS `${TABLE_NAME}` (`driver_id` INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, `name` TEXT NOT NULL, `suitabilityScore` REAL, `shipment_id` INTEGER, `address` TEXT)",
36+
"fields": [
37+
{
38+
"fieldPath": "id",
39+
"columnName": "driver_id",
40+
"affinity": "INTEGER",
41+
"notNull": true
42+
},
43+
{
44+
"fieldPath": "name",
45+
"columnName": "name",
46+
"affinity": "TEXT",
47+
"notNull": true
48+
},
49+
{
50+
"fieldPath": "assignation.suitabilityScore",
51+
"columnName": "suitabilityScore",
52+
"affinity": "REAL",
53+
"notNull": false
54+
},
55+
{
56+
"fieldPath": "assignation.shipment.id",
57+
"columnName": "shipment_id",
58+
"affinity": "INTEGER",
59+
"notNull": false
60+
},
61+
{
62+
"fieldPath": "assignation.shipment.address",
63+
"columnName": "address",
64+
"affinity": "TEXT",
65+
"notNull": false
66+
}
67+
],
68+
"primaryKey": {
69+
"columnNames": [
70+
"driver_id"
71+
],
72+
"autoGenerate": true
73+
},
74+
"indices": [],
75+
"foreignKeys": []
76+
}
77+
],
78+
"views": [],
79+
"setupQueries": [
80+
"CREATE TABLE IF NOT EXISTS room_master_table (id INTEGER PRIMARY KEY,identity_hash TEXT)",
81+
"INSERT OR REPLACE INTO room_master_table (id,identity_hash) VALUES(42, 'b5f482a951d98ec838129eaf14a3af36')"
82+
]
83+
}
84+
}

dist/debug/output-metadata.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 3,
3+
"artifactType": {
4+
"type": "APK",
5+
"kind": "Directory"
6+
},
7+
"applicationId": "com.tripletres.platformscience",
8+
"variantName": "debug",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"attributes": [],
14+
"versionCode": 2,
15+
"versionName": "1.1",
16+
"outputFile": "app-debug.apk"
17+
}
18+
],
19+
"elementType": "File"
20+
}

dist/kesytore

2.68 KB
Binary file not shown.

dist/release/output-metadata.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 3,
3+
"artifactType": {
4+
"type": "APK",
5+
"kind": "Directory"
6+
},
7+
"applicationId": "com.tripletres.platformscience",
8+
"variantName": "release",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"attributes": [],
14+
"versionCode": 2,
15+
"versionName": "1.1",
16+
"outputFile": "app-release.apk"
17+
}
18+
],
19+
"elementType": "File"
20+
}

0 commit comments

Comments
 (0)