|  |  |  | 
|---|
|  |  |  | api 'androidx.cardview:cardview:1.0.0' | 
|---|
|  |  |  | implementation('androidx.browser:browser:1.5.0') | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //谷歌能力 | 
|---|
|  |  |  | implementation 'com.google.android.gms:play-services-auth:20.1.0'  //google服务 | 
|---|
|  |  |  | implementation("com.android.billingclient:billing:7.0.0")  // google内购 | 
|---|
|  |  |  | implementation 'androidx.percentlayout:percentlayout:1.0.0'  //google提供的支持库 | 
|---|
|  |  |  | implementation 'com.google.android.play:review:2.0.1'  //google评价 | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //facebook能力 | 
|---|
|  |  |  | implementation 'com.facebook.android:facebook-login:latest.release' | 
|---|
|  |  |  | implementation 'com.facebook.android:facebook-share:latest.release' | 
|---|