From 548fb8aa23fe31401ba3dae823d31f9a73cc101f Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 16 七月 2024 10:01:54 +0800 Subject: [PATCH] backup --- HDLLinphoneSDKDemoNew/HDLLinphoneSDK/build.gradle | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/build.gradle b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/build.gradle index 1afbb3e..a175786 100644 --- a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/build.gradle +++ b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/build.gradle @@ -11,7 +11,7 @@ minSdkVersion 23 targetSdkVersion 28 versionCode 1 - versionName "1.0.3" + versionName "1.0.6" // consumerProguardFiles "consumer-rules.pro" } @@ -56,7 +56,9 @@ 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(name:'liblinphone-android-sdk', ext: 'aar') + embed 'com.tencent.tinker:tinker-patch-gradle-plugin:1.9.1' + embed 'com.tencent.tinker:tinker-android-lib:1.9.1' } \ No newline at end of file -- Gitblit v1.8.0