| | |
| | | exclude 'META-INF/proguard/androidx-annotations.pro' |
| | | } |
| | | useLibrary 'org.apache.http.legacy' |
| | | |
| | | compileOptions { |
| | | sourceCompatibility JavaVersion.VERSION_1_8 |
| | | targetCompatibility JavaVersion.VERSION_1_8 |
| | | } |
| | | } |
| | | |
| | | apply plugin: "com.android.application" |
| | | |
| | | dependencies { |
| | | implementation fileTree(dir: 'libs/base', include: ['*.jar']) |
| | | implementation fileTree(dir: 'libs/rtc_base', include: ['*.jar']) |
| | | implementation fileTree(dir: 'libs/sdk/android', include: ['*.jar']) |
| | | implementation 'com.android.support:support-v4:28.0.0-rc02' |
| | | implementation 'com.android.support:support-v13:28.0.0-rc02' |
| | | annotationProcessor "org.androidannotations:androidannotations:4.4.0" |
| | |
| | | // exclude group: 'xpp3', module: 'xpp3' |
| | | // } |
| | | |
| | | // implementation files('third_party/autobanh/autobanh.jar') |
| | | |
| | | compile project(path: ':apprtc') |
| | | } |