version + changelog

This commit is contained in:
Kieran BW 2021-06-12 15:17:21 +01:00
parent 7361eb9f5c
commit 75c19ae34f
6 changed files with 24 additions and 2 deletions

1
.idea/.name generated Normal file
View File

@ -0,0 +1 @@
EweSticker

View File

@ -2,6 +2,17 @@
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).
## 20210612 - 2021/06/12
- Changes from upstream:
- Merged `ui-update`, `feature_distributed_apks`, `fallback`. Providing a fresher
ui and the ability to send a fallback sticker for unsupported formats.
- Converted to Kotlin
- Provided fastlane metadata for fdroid
- Provided tutorial (TUTORIAL.md)
- Cleaned up assets and codebase
- Changed package name to `com.fredhappyface.ewesticker`
- Changed app icon
## app logo - 2021/06/11
- Change package name
- Create app logo

View File

@ -11,8 +11,8 @@ android {
applicationId "com.fredhappyface.ewesticker"
minSdkVersion 28
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 20210612
versionName "2021.06.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Binary file not shown.

View File

@ -0,0 +1,10 @@
## 20210612 - 2021/06/12
- Changes from upstream:
- Merged `ui-update`, `feature_distributed_apks`, `fallback`. Providing a fresher
ui and the ability to send a fallback sticker for unsupported formats.
- Converted to Kotlin
- Provided fastlane metadata for fdroid
- Provided tutorial (TUTORIAL.md)
- Cleaned up assets and codebase
- Changed package name to `com.fredhappyface.ewesticker`
- Changed app icon