Showing
2 changed files
with
14 additions
and
2 deletions
1 | apply plugin: 'com.android.application' | 1 | apply plugin: 'com.android.application' |
2 | 2 | ||
3 | android { | 3 | android { |
4 | - compileSdkVersion 29 | 4 | + compileSdkVersion 28 |
5 | buildToolsVersion '29.0.2' | 5 | buildToolsVersion '29.0.2' |
6 | defaultConfig { | 6 | defaultConfig { |
7 | applicationId "com.ssjh.demo" | 7 | applicationId "com.ssjh.demo" |
8 | - minSdkVersion 8 | 8 | + minSdkVersion 14 |
9 | targetSdkVersion 28 | 9 | targetSdkVersion 28 |
10 | versionCode 2 | 10 | versionCode 2 |
11 | versionName "1.0" | 11 | versionName "1.0" |
... | @@ -22,4 +22,16 @@ dependencies { | ... | @@ -22,4 +22,16 @@ dependencies { |
22 | implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') | 22 | implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') |
23 | // implementation 'com.android.support.constraint:constraint-layout:1.0.2' | 23 | // implementation 'com.android.support.constraint:constraint-layout:1.0.2' |
24 | //implementation files('libs/PoolSdk_V2_20200313.jar') | 24 | //implementation files('libs/PoolSdk_V2_20200313.jar') |
25 | +// implementation 'com.android.support:appcompat-v7:28.+' | ||
26 | +// implementation 'com.android.support:support-v4:28.+' | ||
27 | +// | ||
28 | +// implementation 'com.android.support.constraint:constraint-layout:1.1.3' | ||
29 | +// implementation 'com.android.support:design:28.+' | ||
30 | + | ||
31 | +// implementation 'com.appsflyer:af-android-sdk:5.4.1' | ||
32 | +// implementation 'com.android.installreferrer:installreferrer:1.0' | ||
33 | + | ||
34 | +// implementation 'com.google.android.gms:play-services-ads-identifier:16.0.0' | ||
35 | + compile 'com.google.firebase:firebase-core:16.0.6' | ||
36 | + compile 'com.google.firebase:firebase-messaging:17.3.4' | ||
25 | } | 37 | } | ... | ... |
doc/公共SDK扩展接口接入文档.md
0 → 100644
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment