version + changelog
This commit is contained in:
parent
7361eb9f5c
commit
75c19ae34f
1
.idea/.name
generated
Normal file
1
.idea/.name
generated
Normal file
@ -0,0 +1 @@
|
|||||||
|
EweSticker
|
11
CHANGELOG.md
11
CHANGELOG.md
@ -2,6 +2,17 @@
|
|||||||
All major and minor version changes will be documented in this file. Details of
|
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).
|
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
|
## app logo - 2021/06/11
|
||||||
- Change package name
|
- Change package name
|
||||||
- Create app logo
|
- Create app logo
|
||||||
|
@ -11,8 +11,8 @@ android {
|
|||||||
applicationId "com.fredhappyface.ewesticker"
|
applicationId "com.fredhappyface.ewesticker"
|
||||||
minSdkVersion 28
|
minSdkVersion 28
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 1
|
versionCode 20210612
|
||||||
versionName "1.0"
|
versionName "2021.06.12"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
BIN
app/debug/app-debug_2021.06.12_2021-06-12.apk
Normal file
BIN
app/debug/app-debug_2021.06.12_2021-06-12.apk
Normal file
Binary file not shown.
Binary file not shown.
10
metadata/en-US/changelogs/20210612.txt
Normal file
10
metadata/en-US/changelogs/20210612.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user