This commit is contained in:
Dawid Wysokiński 2021-11-01 17:31:00 +01:00
parent 66b72dcb77
commit 56371f1965
Signed by: Kichiyaki
GPG Key ID: EF14026D247EB867
2 changed files with 3 additions and 3 deletions

View File

@ -141,8 +141,8 @@ android {
applicationId "com.dawidwysokinski.zdamegzaminzawodowy"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "2.0.5"
versionCode 6
versionName "2.0.7"
}
splits {
abi {

View File

@ -1,6 +1,6 @@
{
"name": "zdam-egzamin-zawodowy",
"version": "2.0.5",
"version": "2.0.7",
"private": true,
"scripts": {
"postinstall": "patch-package",