Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaolewei committed Sep 5, 2018
1 parent 091e46a commit d9af227
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
5. 实时获取录音的音量
6. 获取wav/mp3录音文件的时长

### Gradle

dependencies {
implementation 'com.github.zhaolewei:ZlwAudioRecorder:1.0'
}

### 博客
https://www.jianshu.com/p/c0222de2faed
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.jakewharton:butterknife-gradle-plugin:8.8.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand Down
2 changes: 2 additions & 0 deletions recorderlib/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.zhaolewei'

android {
compileSdkVersion 26
Expand Down

0 comments on commit d9af227

Please sign in to comment.