Skip to content

Commit

Permalink
更新示例apk
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhiqiang1993 committed Aug 14, 2018
1 parent 522793e commit a0b49f3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ android {
versionName version_name
vectorDrawables.useSupportLibrary = true
}


buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

}
}
}
Expand Down
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":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"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":{}}]
Binary file modified app/release/zxing.apk
Binary file not shown.
12 changes: 10 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,20 @@ buildscript {
min_sdk_version = 16
target_sdk_version = 27
constraint_version = '1.1.0'
version_code = 219
version_name = '2.1.9'
version_code = 220
version_name = '2.2.0'

/*support*/
android_support = '27.1.1'


signConfigs = [
storeFilePath: "zxing.jks",
storePwd : "123456",
keyAlias : "zxingyzq",
keypwd : "123456"
]

}

repositories {
Expand Down

0 comments on commit a0b49f3

Please sign in to comment.