Toggle navigation
Toggle navigation
This project
Loading...
Sign in
public_service
/
public_sdk_android
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
唐伟军
2020-08-27 15:32:18 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
29787b13c340befdea9d107f26501dab1b95058d
29787b13
1 parent
9886e7a3
添加扩展接口接入文档
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
demo/app/build.gradle
doc/公共SDK扩展接口接入文档.md
demo/app/build.gradle
View file @
29787b1
apply
plugin:
'com.android.application'
android
{
compileSdkVersion
2
9
compileSdkVersion
2
8
buildToolsVersion
'29.0.2'
defaultConfig
{
applicationId
"com.ssjh.demo"
minSdkVersion
8
minSdkVersion
14
targetSdkVersion
28
versionCode
2
versionName
"1.0"
...
...
@@ -22,4 +22,16 @@ dependencies {
implementation
fileTree
(
include:
[
'*.jar'
,
'*.aar'
],
dir:
'libs'
)
// implementation 'com.android.support.constraint:constraint-layout:1.0.2'
//implementation files('libs/PoolSdk_V2_20200313.jar')
// implementation 'com.android.support:appcompat-v7:28.+'
// implementation 'com.android.support:support-v4:28.+'
//
// implementation 'com.android.support.constraint:constraint-layout:1.1.3'
// implementation 'com.android.support:design:28.+'
// implementation 'com.appsflyer:af-android-sdk:5.4.1'
// implementation 'com.android.installreferrer:installreferrer:1.0'
// implementation 'com.google.android.gms:play-services-ads-identifier:16.0.0'
compile
'com.google.firebase:firebase-core:16.0.6'
compile
'com.google.firebase:firebase-messaging:17.3.4'
}
...
...
doc/公共SDK扩展接口接入文档.md
0 → 100644
View file @
29787b1
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment