Skip to content

Commit

Permalink
version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Jun 12, 2021
1 parent 7361eb9 commit 75c19ae
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Binary file added app/debug/app-debug_2021.06.12_2021-06-12.apk
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions metadata/en-US/changelogs/20210612.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 75c19ae

Please sign in to comment.