Skip to content

Commit 6291a9d

Browse files
committed
delete dependencies appcompat in module
1 parent a27a318 commit 6291a9d

File tree

10 files changed

+2
-3
lines changed

10 files changed

+2
-3
lines changed

logcat/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
}
2929

3030
sourceSets.main {
31-
jniLibs.srcDir 'src/main/jni'
32-
jni.srcDirs = [] //important!!!! disable automatic ndk-build call
31+
jniLibs.srcDir 'src/main/jniLibs'
32+
// jni.srcDirs = [] //important!!!! disable automatic ndk-build call
3333
}
3434
}
3535

@@ -41,5 +41,4 @@ dependencies {
4141
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
4242
api 'com.android.volley:volley:1.0.0'
4343
implementation 'ch.acra:acra-core:5.0.0'
44-
implementation files('libs/module-release.aar')
4544
}

logcat/libs/library.jar

2.64 KB
Binary file not shown.

logcat/libs/module-release.aar

-26.6 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)