Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
machine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hooloo
android
machine
Commits
a9ac153b
Commit
a9ac153b
authored
Mar 08, 2023
by
wjg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add release apk
parent
b098770f
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
main_app/build.gradle
+2
-2
main_app/src/main/java/com/ihaoin/hooloo/device/base/AppConfig.java
+1
-1
release-apk/main_app-release_2_1.0.2.apk.zip
+0
-0
release-apk/main_app-release_3_1.0.3.apk
+0
-0
No files found.
main_app/build.gradle
View file @
a9ac153b
...
@@ -18,8 +18,8 @@ android {
...
@@ -18,8 +18,8 @@ android {
applicationId
"com.ihaoin.hooloo.device"
applicationId
"com.ihaoin.hooloo.device"
minSdkVersion
26
minSdkVersion
26
targetSdkVersion
30
targetSdkVersion
30
versionCode
2
versionCode
3
versionName
"1.0.
2
"
versionName
"1.0.
3
"
ndk
{
ndk
{
//选择要添加的对应 cpu 类型的 .so 库。
//选择要添加的对应 cpu 类型的 .so 库。
...
...
main_app/src/main/java/com/ihaoin/hooloo/device/base/AppConfig.java
View file @
a9ac153b
package
com
.
ihaoin
.
hooloo
.
device
.
base
;
package
com
.
ihaoin
.
hooloo
.
device
.
base
;
public
class
AppConfig
{
public
class
AppConfig
{
public
static
Boolean
DEBUG
=
tru
e
;
// TODO 编译环境
public
static
Boolean
DEBUG
=
fals
e
;
// TODO 编译环境
/** 点单屏编码, 1-菜单屏,2-交互屏 */
/** 点单屏编码, 1-菜单屏,2-交互屏 */
public
static
Integer
DEFAULT_SCREEN_NO
=
1
;
// TODO 编译点单屏编码
public
static
Integer
DEFAULT_SCREEN_NO
=
1
;
// TODO 编译点单屏编码
...
...
release-apk/main_app-release_2_1.0.2.apk.zip
deleted
100644 → 0
View file @
b098770f
File deleted
release-apk/main_app-release_3_1.0.3.apk
0 → 100644
View file @
a9ac153b
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment