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"
|
applicationId "com.idoideas.stickermaker"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 3
|
versionCode 4
|
||||||
versionName "1.0.2"
|
versionName "1.0.3"
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
def contentProviderAuthority = applicationId + ".WhatsAppLicensedCode.StickerContentProvider"
|
def contentProviderAuthority = applicationId + ".WhatsAppLicensedCode.StickerContentProvider"
|
||||||
// Creates a placeholder property to use in the manifest.
|
// 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