Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdk-public
sdk-demo
Commits
4d81ad46
Commit
4d81ad46
authored
Aug 12, 2025
by
zhengyingbing
Browse files
feat(app): 更新fastsdk版本,更新登出接口
parent
6394b5e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
4d81ad46
...
...
@@ -33,5 +33,5 @@ android {
}
dependencies
{
implementation
'com.hoolai.access.open:hoolai-core:1.
0.6.0
'
implementation
'com.hoolai.access.open:hoolai-core:1.
3.1.1
'
}
\ No newline at end of file
app/src/main/java/com/hl/demo/MainActivity.java
View file @
4d81ad46
...
...
@@ -144,7 +144,7 @@ public class MainActivity extends Activity {
}
@Override
public
void
onLogout
(
Object
...
var1
)
{
public
void
onLogout
()
{
Logger
.
data
(
TAG
,
"已登出"
);
setText
(
">>已登出"
);
isLogin
=
false
;
...
...
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