启动页 登录注册 个人页面
This commit is contained in:
@@ -65,7 +65,7 @@ repositories {
|
||||
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
||||
api fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
|
||||
api files('libs/jcc-bate-0.7.3.jar')
|
||||
compileOnly fileTree(dir: '../libs', include: ['*.aar'])
|
||||
api rootProject.ext.dependencies["appcompat-androidx"]
|
||||
@@ -197,4 +197,9 @@ dependencies {
|
||||
api 'com.github.gzu-liyujiang.AndroidPicker:WheelView:4.1.11'
|
||||
//自定义圆角图片
|
||||
api 'com.makeramen:roundedimageview:2.3.0'
|
||||
api 'com.google.android.gms:play-services-auth:15.0.0'
|
||||
api 'com.google.android.material:material:1.4.0'
|
||||
api files('libs/OpenInstall_v2.3.0.jar')
|
||||
// api files('libs/svgaplayer-release-v1.2.1.aar')
|
||||
|
||||
}
|
||||
|
||||
BIN
common/libs/svgaplayer-release-v1.2.1.aar
Normal file
BIN
common/libs/svgaplayer-release-v1.2.1.aar
Normal file
Binary file not shown.
@@ -845,6 +845,7 @@
|
||||
<string name="user_task_but">前置任務</string>
|
||||
|
||||
<string name="user_login_facebook">使用Facebook登錄</string>
|
||||
<string name="user_login_guest_login">遊客登錄</string>
|
||||
<string name="user_login_twitter">使用Twitter登錄</string>
|
||||
<string name="user_login_google">使用Google登錄</string>
|
||||
|
||||
|
||||
@@ -804,6 +804,7 @@
|
||||
|
||||
<string name="user_task_but">Predecessors</string>
|
||||
<string name="user_login_facebook">Sign in with Facebook</string>
|
||||
<string name="user_login_guest_login">guest login</string>
|
||||
<string name="user_login_twitter">Sign in with Twitter</string>
|
||||
<string name="user_login_google">Sign in with Google</string>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user