lqg 1 year ago
parent
commit
09f8107066
2 changed files with 5 additions and 9 deletions
  1. 2 8
      README.md
  2. 3 1
      gradle.properties

+ 2 - 8
README.md

@@ -1,18 +1,12 @@
 ## QRCode
 
-安卓二维码扫描(扫码)工具,后续尝试扫身份证,扫银行卡,扫文档等。迁移到github,本仓库不再更新。 https://github.com/jianboy/QRCode
+安卓二维码离线扫描(扫码)工具,后续尝试扫身份证,扫银行卡,扫文档等。迁移到github,本仓库不再更新。 https://github.com/jianboy/QRCode
 
-[download it](https://git.yoqi.me/lyq/QRCode/releases).
+[download it](https://git.yoqi.me/QRCode/QRCode/releases).
 
 ## develop
 
-* android studio laster
-* git
 
-```
-git clone https://git.yoqi.me/lyq/QQ.git
-./gradlew adebug
-```
 
 ## License
 

+ 3 - 1
gradle.properties

@@ -11,4 +11,6 @@
 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
 # org.gradle.parallel=true
 #Mon Oct 19 07:47:07 CST 2020
-android.useAndroidX=true
+android.useAndroidX=true
+org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
+android.enableJetifier=true