Skip to content

Commit

Permalink
更新示例APK
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhiqiang1993 committed Dec 8, 2018
1 parent aafaa4b commit 669259e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":220,"versionName":"2.2.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":221,"versionName":"2.2.1","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
Binary file modified app/release/zxing.apk
Binary file not shown.
1 change: 0 additions & 1 deletion app/src/main/java/com/yzq/zxing/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public void onAction(List<String> permissions) {
}

bitmap = CodeCreator.createQRCode(contentEtString, 400, 400, null);

if (bitmap != null) {
contentIv.setImageBitmap(bitmap);
}
Expand Down

0 comments on commit 669259e

Please sign in to comment.