Skip to content

Commit

Permalink
update v1.3.3 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lizixian committed May 17, 2018
1 parent 0638db7 commit 93928fe
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 51 deletions.
3 changes: 0 additions & 3 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,19 @@ android {
targetSdkVersion 22
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

lintOptions {
abortOnError false
}


}

dependencies {
Expand Down

This file was deleted.

17 changes: 0 additions & 17 deletions app/src/test/java/com/lzx/musiclib/ExampleUnitTest.java

This file was deleted.

3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'

classpath 'com.novoda:bintray-release:0.5.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
18 changes: 16 additions & 2 deletions musiclibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.lizixian18'
apply plugin: 'com.novoda.bintray-release'


android {
compileSdkVersion 26
Expand All @@ -18,6 +18,20 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

lintOptions {
abortOnError false
}

publish{
userOrg = 'lizixian'
groupId = 'com.lzx.musiclibrary'
artifactId = 'musiclibrary'
version = '1.3.3'
description = 'a rich music player package library'
website = "https://github.com/lizixian18/MusicLibrary"
}

}

dependencies {
Expand Down

0 comments on commit 93928fe

Please sign in to comment.