Skip to content

Commit

Permalink
init code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchunlin committed Nov 26, 2019
1 parent c9fff8f commit 5aef227
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
- **Step 2.** Add the dependency
```groovy
dependencies {
def version = "0.0.1"
def version = "0.0.2"
implementation "com.github.andnux:pay:${version}"
or
implementation "com.github.andnux:pay:alipay:${version}"
Expand Down
2 changes: 2 additions & 0 deletions alipay/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.andnux'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
3 changes: 2 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.andnux'
android {
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
Expand Down

0 comments on commit 5aef227

Please sign in to comment.