-
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0eb578
commit d025cff
Showing
16 changed files
with
36 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,5 @@ public void onCreate() { | |
super.onCreate(); | ||
//放在其他库初始化前 | ||
SpiderMan.init(this); | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,34 +5,24 @@ apply plugin: 'com.jfrog.bintray' | |
android { | ||
resourcePrefix "simple" | ||
|
||
compileSdkVersion 27 | ||
compileSdkVersion rootProject.ext.compileSdkVersion | ||
|
||
defaultConfig { | ||
minSdkVersion 16 | ||
targetSdkVersion 27 | ||
versionCode 1 | ||
versionName "1.0" | ||
minSdkVersion rootProject.ext.minSdkVersion | ||
// targetSdkVersion 27 | ||
|
||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" | ||
|
||
} | ||
|
||
buildTypes { | ||
release { | ||
minifyEnabled false | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||
} | ||
} | ||
|
||
} | ||
|
||
dependencies { | ||
implementation fileTree(include: ['*.jar'], dir: 'libs') | ||
// implementation 'com.google.code.gson:gson:2.8.5' | ||
// implementation 'com.android.support:appcompat-v7:27.1.1' | ||
api 'com.android.support:appcompat-v7:27.1.1' | ||
} | ||
|
||
version = rootProject.ext.version | ||
version = rootProject.ext.sm_no_op_version | ||
|
||
def siteUrl = 'https://github.com/simplepeng/SpiderMan' // 项目的主页 | ||
def gitUrl = '[email protected]:simplepeng/SpiderMan.git' // Git仓库的url | ||
|
@@ -99,7 +89,7 @@ bintray { | |
name = "SpiderMan-no-op" //发布到JCenter上的项目名字 | ||
websiteUrl = siteUrl | ||
vcsUrl = gitUrl | ||
licenses = ["Apache-2.0"] | ||
licenses = ["MIT"] | ||
publish = true | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.