Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Socket
Project
Project
Details
Activity
Releases
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
Android Widget
Socket
Commits
f48b9ec9
Commit
f48b9ec9
authored
Mar 05, 2023
by
李朝发
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.0.2
parent
ea728e86
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
309 additions
and
233 deletions
+309
-233
build.gradle
socket/build.gradle
+1
-4
NativeSocket.kt
socket/src/main/java/cn/qmai/socket/NativeSocket.kt
+308
-229
libsocket.so
socket/src/main/jniLibs/arm64-v8a/libsocket.so
+0
-0
libsocket.so
socket/src/main/jniLibs/armeabi-v7a/libsocket.so
+0
-0
No files found.
socket/build.gradle
View file @
f48b9ec9
...
@@ -33,9 +33,6 @@ android {
...
@@ -33,9 +33,6 @@ android {
dependencies
{
dependencies
{
implementation
'net.java.dev.jna:jna:5.13.0@aar'
implementation
'net.java.dev.jna:jna:5.13.0@aar'
implementation
'androidx.core:core-ktx:1.7.0'
implementation
'androidx.appcompat:appcompat:1.6.0'
implementation
'com.google.android.material:material:1.8.0'
testImplementation
'junit:junit:4.13.2'
testImplementation
'junit:junit:4.13.2'
androidTestImplementation
'androidx.test.ext:junit:1.1.5'
androidTestImplementation
'androidx.test.ext:junit:1.1.5'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.5.1'
...
@@ -44,7 +41,7 @@ dependencies {
...
@@ -44,7 +41,7 @@ dependencies {
def
USERNAME
=
"lizhaofa"
def
USERNAME
=
"lizhaofa"
def
PASSWORD
=
"0oh7bcnZtweAo7EX"
def
PASSWORD
=
"0oh7bcnZtweAo7EX"
def
VERSION
=
"1.0.
0
"
def
VERSION
=
"1.0.
2
"
def
RELEASE_REPOSITORY_URL
=
"https://hub.zmcms.cn/repository/maven-releases"
def
RELEASE_REPOSITORY_URL
=
"https://hub.zmcms.cn/repository/maven-releases"
afterEvaluate
{
afterEvaluate
{
...
...
socket/src/main/java/cn/qmai/socket/NativeSocket.kt
View file @
f48b9ec9
This diff is collapsed.
Click to expand it.
socket/src/main/jniLibs/arm64-v8a/libsocket.so
View file @
f48b9ec9
No preview for this file type
socket/src/main/jniLibs/armeabi-v7a/libsocket.so
View file @
f48b9ec9
No preview for this file type
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