Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
SocketDemo
Project
Project
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
朱世闯
SocketDemo
Commits
8d26c554
Commit
8d26c554
authored
3 years ago
by
UIUANG\Zsc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除部分东西
parent
393af7a8
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
10 deletions
+12
-10
.gitignore
app/.gitignore
+3
-1
base.apk
app/base.apk
+0
-0
build.gradle
app/build.gradle
+9
-9
DigiTransfer_v1.0.0_sdk.jar
app/libs/DigiTransfer_v1.0.0_sdk.jar
+0
-0
pospal-pos-v2_3.3.3.7.apk
app/libs/pospal-pos-v2_3.3.3.7.apk
+0
-0
No files found.
app/.gitignore
View file @
8d26c554
/build
/build
*.apk
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/base.apk
deleted
100644 → 0
View file @
393af7a8
File deleted
This diff is collapsed.
Click to expand it.
app/build.gradle
View file @
8d26c554
...
@@ -30,17 +30,17 @@ android {
...
@@ -30,17 +30,17 @@ android {
dependencies
{
dependencies
{
implementation
'androidx.appcompat:appcompat:1.
1.0
'
implementation
'androidx.appcompat:appcompat:1.
3.1
'
implementation
'com.google.android.material:material:1.
1
.0'
implementation
'com.google.android.material:material:1.
4
.0'
implementation
'androidx.constraintlayout:constraintlayout:
1.1.3
'
implementation
'androidx.constraintlayout:constraintlayout:
2.0.4
'
implementation
'com.fasterxml.jackson.core:jackson-core:2.
9.2
'
implementation
'com.fasterxml.jackson.core:jackson-core:2.
11.1
'
implementation
'com.fasterxml.jackson.core:jackson-annotations:2.
9.2
'
implementation
'com.fasterxml.jackson.core:jackson-annotations:2.
11.1
'
implementation
'com.fasterxml.jackson.core:jackson-databind:2.
9.2
'
implementation
'com.fasterxml.jackson.core:jackson-databind:2.
11.1
'
implementation
project
(
path:
':Transfer'
)
implementation
project
(
path:
':Transfer'
)
implementation
files
(
'libs\\wintecscales.jar'
)
implementation
files
(
'libs\\wintecscales.jar'
)
implementation
project
(
path:
':DigiTransfer'
)
implementation
project
(
path:
':DigiTransfer'
)
implementation
files
(
'libs
\\
DigiTransfer_v1.0.3_sdk.jar'
)
implementation
files
(
'libs
/
DigiTransfer_v1.0.3_sdk.jar'
)
testImplementation
'junit:junit:4.+'
testImplementation
'junit:junit:4.+'
androidTestImplementation
'androidx.test.ext:junit:1.1.
1
'
androidTestImplementation
'androidx.test.ext:junit:1.1.
3
'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
2
.0'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
4
.0'
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app/libs/DigiTransfer_v1.0.0_sdk.jar
deleted
100644 → 0
View file @
393af7a8
File deleted
This diff is collapsed.
Click to expand it.
app/libs/pospal-pos-v2_3.3.3.7.apk
deleted
100644 → 0
View file @
393af7a8
File deleted
This diff is collapsed.
Click to expand it.
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