Recompiling APK
This commit is contained in:
parent
ccbc014194
commit
d5cf954eb4
3 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "com.idoideas.stickermaker"
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 28
|
||||
versionCode 3
|
||||
versionName "1.0.2"
|
||||
versionCode 4
|
||||
versionName "1.0.3"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
def contentProviderAuthority = applicationId + ".WhatsAppLicensedCode.StickerContentProvider"
|
||||
// Creates a placeholder property to use in the manifest.
|
||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"1.0.2","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
||||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":4,"versionName":"1.0.3","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
Loading…
Reference in a new issue