Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Wild committed Jun 14, 2017
1 parent cca344a commit 8b7a024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 1 addition & 10 deletions libwebrtc_android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@ android {
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 @@ -28,12 +25,6 @@ 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')
Expand Down
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 8b7a024

Please sign in to comment.