Commit b6a14218082765ccb3cf1759be764413edb51d22
1 parent
763caa90
Exists in
master
Testing 3
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
app/build.gradle
... | ... | @@ -14,8 +14,8 @@ android { |
14 | 14 | applicationId "com.excel.applicationtest" |
15 | 15 | minSdkVersion 15 |
16 | 16 | targetSdkVersion 28 |
17 | - versionCode 3 | |
18 | - versionName "1.3" | |
17 | + versionCode 4 | |
18 | + versionName "1.4" | |
19 | 19 | testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" |
20 | 20 | } |
21 | 21 | buildTypes { | ... | ... |
app/release/app-release.apk
No preview for this file type
app/release/output.json
1 | -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"1.3","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] | |
2 | 1 | \ No newline at end of file |
2 | +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":4,"versionName":"1.4","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] | |
3 | 3 | \ No newline at end of file | ... | ... |