Skip to content

Commit

Permalink
1.添加APK文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujia456888 committed Jan 11, 2019
1 parent 4684d9b commit 3e87c18
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
66 changes: 66 additions & 0 deletions app/objectbox-models/default.json.bak
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"_note1": "KEEP THIS FILE! Check it into a version control system (VCS) like git.",
"_note2": "ObjectBox manages crucial IDs for your object model. See docs for details.",
"_note3": "If you have VCS merge conflicts, you must resolve them according to ObjectBox docs.",
"entities": [
{
"id": "1:601305181958897005",
"lastPropertyId": "10:2088640867021798844",
"name": "Location",
"properties": [
{
"id": "1:7450363367921171388",
"name": "id"
},
{
"id": "2:6366956379429697252",
"name": "cid"
},
{
"id": "3:5724910528228179699",
"name": "location"
},
{
"id": "4:8117595441747430194",
"name": "parent_city"
},
{
"id": "5:2529827036621813333",
"name": "admin_area"
},
{
"id": "6:3861511922178561118",
"name": "cnty"
},
{
"id": "7:4310833298850961899",
"name": "lat"
},
{
"id": "8:2495358024646481684",
"name": "lon"
},
{
"id": "9:6048148634773344357",
"name": "tz"
},
{
"id": "10:2088640867021798844",
"name": "type"
}
],
"relations": []
}
],
"lastEntityId": "1:601305181958897005",
"lastIndexId": "0:0",
"lastRelationId": "0:0",
"lastSequenceId": "0:0",
"modelVersion": 4,
"modelVersionParserMinimum": 4,
"retiredEntityUids": [],
"retiredIndexUids": [],
"retiredPropertyUids": [],
"retiredRelationUids": [],
"version": 1
}
Binary file added app/release/app-release.apk
Binary file not shown.
1 change: 1 addition & 0 deletions app/release/output.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

0 comments on commit 3e87c18

Please sign in to comment.