Commit c010dedf authored by zhengyingbing's avatar zhengyingbing
Browse files

Merge branch 'feat_1.0.6.0' into 'master'

feat(app): 更新fastsdk版本,更新登出接口

See merge request !4
parents e8659dba 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
......@@ -144,7 +144,7 @@ public class MainActivity extends Activity {
}
@Override
public void onLogout(Object... var1) {
public void onLogout() {
Logger.data(TAG, "已登出");
setText(">>已登出");
isLogin = false;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment