This commit is contained in:
Dawid Wysokiński 2021-11-07 11:34:51 +01:00
parent 388cd4546e
commit 67a35a6272
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 7
versionName "2.0.8"
versionCode 8
versionName "2.0.9"
}
splits {
abi {

View File

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