Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaolewei committed Sep 6, 2018
1 parent 42b4962 commit 316f615
Show file tree
Hide file tree
Showing 54 changed files with 2 additions and 26,523 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:26.1.0'
androidTestCompile('com.android.support:support-annotations:26.1.0') {
androidTestImplementation('com.android.support:support-annotations:26.1.0') {
force = true
}
testImplementation 'junit:junit:4.12'
Expand All @@ -33,5 +33,5 @@ dependencies {
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
}
implementation 'com.blankj:utilcode:1.18.0'
compile project(path: ':recorderlib')
implementation project(path: ':recorderlib')
}
1 change: 0 additions & 1 deletion recorderlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ android {
}
}
sourceSets.main {
jni.srcDirs = []//disable automatic ndk-build call
jniLibs.srcDirs = ['libs']
}
}
Expand Down
Binary file removed recorderlib/libs/arm64-v8a/libmp3lame.so
Binary file not shown.
Binary file removed recorderlib/libs/armeabi-v7a/libmp3lame.so
Binary file not shown.
Binary file removed recorderlib/libs/mips/libmp3lame.so
Binary file not shown.
Binary file removed recorderlib/libs/mips64/libmp3lame.so
Binary file not shown.
Binary file removed recorderlib/libs/x86/libmp3lame.so
Binary file not shown.
Binary file removed recorderlib/libs/x86_64/libmp3lame.so
Binary file not shown.
32 changes: 0 additions & 32 deletions recorderlib/src/main/jni/Android.mk

This file was deleted.

4 changes: 0 additions & 4 deletions recorderlib/src/main/jni/Application.mk

This file was deleted.

58 changes: 0 additions & 58 deletions recorderlib/src/main/jni/Mp3Encoder.c

This file was deleted.

28 changes: 0 additions & 28 deletions recorderlib/src/main/jni/Mp3Encoder.h

This file was deleted.

Loading

0 comments on commit 316f615

Please sign in to comment.