Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Wild committed Jun 14, 2017
1 parent 76e5612 commit 22acba9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 10 additions & 8 deletions libwebrtc_android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ android {
compileSdkVersion 25
buildToolsVersion "25.0.3"

sourceSets.main {
jniLibs.srcDir 'libs'
jni.srcDirs = [] //disable automatic ndk-build call
}

defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 1
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

}
buildTypes {
release {
Expand All @@ -23,9 +25,9 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:25.3.1'
testCompile 'junit:junit:4.12'
compile files('libs/autobanh.jar')
compile files('libs/base_java.jar')
compile files('libs/libjingle_peerconnection.jar')
compile files('libs/audio_device_java.jar')

}
4 changes: 1 addition & 3 deletions libwebrtc_android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

package="uk.co.deanwild.libwebrtc_android">

<application
android:allowBackup="true"
android:supportsRtl="true">
<application>

</application>

Expand Down

0 comments on commit 22acba9

Please sign in to comment.