Merge pull request #48 from zdam-egzamin-zawodowy/refactor

2.0.7
This commit is contained in:
Dawid Wysokiński 2021-11-01 17:33:11 +01:00 committed by GitHub
commit dddcbdcacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",