versionCode 20210723
versionName "2021.07.23"
This commit is contained in:
Kieran BW 2021-07-23 21:02:13 +01:00
parent 927c947d64
commit 111e8eb3db
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ All major and minor version changes will be documented in this file. Details of
patch-level version changes can be found in [commit messages](../../commits/master).
## 20210714 - 2021/07/14
## 20210723 - 2021/07/23
- Added link to online tutorial (on GitHub)
- Ignore the compat sticker when creating groups
- SVG back arrow

View File

@ -11,8 +11,8 @@ android {
applicationId "com.fredhappyface.ewesticker"
minSdkVersion 28
targetSdkVersion 30
versionCode 20210714
versionName "2021.07.17"
versionCode 20210723
versionName "2021.07.23"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -49,4 +49,4 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation "com.github.penfeizhou.android.animation:apng:2.10.0"
}
}