Commit f1f80146 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 176f22b1
...@@ -33,9 +33,9 @@ android { ...@@ -33,9 +33,9 @@ android {
dependencies { dependencies {
// implementation fileTree(dir: 'libs', include: ['*.jar','*.aar']) // implementation fileTree(dir: 'libs', include: ['*.jar','*.aar'])
// implementation fileTree(dir: 'libs', include: ['*.jar']) // api 'com.alipay.sdk:alipaysdk-android:+@aar'
api 'com.alipay.sdk:alipaysdk-android:15.8.11'
api 'com.alipay.sdk:alipaysdk-android:+@aar'
implementation 'androidx.core:core-ktx:1.3.2' implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0' implementation 'com.google.android.material:material:1.3.0'
......
...@@ -93,7 +93,7 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener, VipAdapter.On ...@@ -93,7 +93,7 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener, VipAdapter.On
} else { } else {
vipPresenter.userLogin(isAliPayInstalled()) vipPresenter.userLogin(isAliPayInstalled())
} }
// com.jobo.content.Context.getPackageManager(context)
initListener() initListener()
} }
......
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