| | |
| | | apply plugin: 'com.kezong.fat-aar' |
| | | |
| | | android { |
| | | compileSdkVersion 28 |
| | | compileSdkVersion 31 |
| | | buildToolsVersion "28.0.0" |
| | | |
| | | defaultConfig { |
| | | minSdkVersion 23 |
| | | targetSdkVersion 28 |
| | | versionCode 1 |
| | | versionName "1.0.3" |
| | | targetSdkVersion 31 |
| | | versionCode 5 |
| | | versionName "1.0.7" |
| | | |
| | | ndk { |
| | | abiFilters 'arm64-v8a' |
| | | } |
| | | |
| | | // consumerProguardFiles "consumer-rules.pro" |
| | | } |
| | |
| | | } |
| | | |
| | | repositories { |
| | | google() |
| | | /*google() |
| | | jcenter() |
| | | maven { |
| | | // Replace snapshots by releases for releases ! |
| | | url "https://linphone.org/maven_repository" |
| | | }*/ |
| | | google() |
| | | mavenCentral() |
| | | maven { url 'https://maven.aliyun.com/nexus/content/groups/public/' } |
| | | maven { url = uri("https://plugins.gradle.org/m2/") } |
| | | maven { |
| | | url "https://jitpack.io" |
| | | } |
| | | maven { |
| | | // Replace snapshots by releases for releases ! |
| | | url "https://linphone.org/maven_repository" |
| | |
| | | } |
| | | |
| | | dependencies { |
| | | // implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) |
| | | implementation 'com.android.support:appcompat-v7:28.0.0' |
| | | implementation 'com.android.support.constraint:constraint-layout:2.0.4' |
| | | // implementation "org.linphone:linphone-sdk-android:4.5.0" |
| | | embed "org.linphone:linphone-sdk-android:4.5.0" |
| | | implementation 'com.google.code.gson:gson:2.9.0' |
| | | // implementation 'com.android.support.constraint:constraint-layout:2.0.4' |
| | | |
| | | embed 'com.tencent.tinker:tinker-patch-gradle-plugin:1.9.1' |
| | | embed 'com.tencent.tinker:tinker-android-lib:1.9.1' |
| | | //添加StatusBarUtil的依赖 |
| | | implementation 'com.jaeger.statusbarutil:library:1.5.1' |
| | | |
| | | } |