Browse Source

Merge branch 'master' of https://git.yoqi.me/lyq/Antifraud

lqg 9 months ago
parent
commit
916ac6d7c2
3 changed files with 16 additions and 7 deletions
  1. 2 0
      README.md
  2. 12 7
      README.zh.md
  3. 2 0
      app/build.gradle

+ 2 - 0
README.md

@@ -8,6 +8,8 @@
 
 国家反诈骗中心 android app.
 
+![text](https://file.yoqi.me/)
+
 ## License
 
 Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)

+ 12 - 7
README.zh.md

@@ -1,11 +1,16 @@
-# Agora Android Voice Tutorial - 1to1
+# Antifraud
 
-*Read this in other languages: [English](README.md)*
+[![Version](https://img.shields.io/badge/version-v1.0.3-brightgreen)](https://git.yoqi.me/lyq/Antifraud)
+[![Android](https://img.shields.io/badge/Android-33-brightgreen?style=plastic&logo=Android)](https://git.yoqi.me/lyq/Antifraud)
+[![Java](https://img.shields.io/badge/Java-11.0.16--amzn-brightgreen?style=plastic&logo=OpenJDK)](https://git.yoqi.me/lyq/Antifraud)
+[![Gradle](https://img.shields.io/badge/Gradle-7.2.2-brightgreen?style=plastic&logo=Gradle)](https://git.yoqi.me/lyq/Antifraud)
 
-这个开源示例项目演示了如何快速集成 Agora 音频 SDK,实现1对1音频通话。
 
-在这个示例项目中包含了以下功能:
+国家反诈骗中心 android app.
+
+## License
+
+Licensed under the [Apache 2.0](LICENSE) © [liuyuqi.gov@msn.cn](https://github.com/jianboy)
+
+## Reference
 
-- 加入通话和离开通话;
-- 静音和解除静音;
-- 切换扬声器和听筒;

+ 2 - 0
app/build.gradle

@@ -21,6 +21,7 @@ android {
         versionCode 18901
         versionName "2.0.11"
 
+        signingConfig signingConfigs.release
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }
 
@@ -28,6 +29,7 @@ android {
         release {
             minifyEnabled true
             shrinkResources true
+            signingConfig signingConfigs.release
             proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
         }
     }