Skip to content

Commit

Permalink
Release v1.6.6
Browse files Browse the repository at this point in the history
gsantner committed Oct 30, 2020
1 parent 0924929 commit 9f132eb
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### v1.7 (In progress)
- Add more languages for translation
- Make favourite icon in popup smaller
### Ongoing
- Translate app into more languages
- Make favourite icon in popup smaller

### v1.6 [Blog post](https://gsantner.net/blog/2019/08/15/memetastic-v1.6-offline-meme-templates-funny-sites.html?source=inapp_changelog&project=memetastic)
- Simplify overall app usage
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -40,8 +40,8 @@ android {

resValue "string", "manifest_package_id", "io.github.gsantner.memetastic"
applicationId "io.github.gsantner.memetastic"
versionName "1.6.5"
versionCode 66
versionName "1.6.6"
versionCode 67
setProperty("archivesBaseName", applicationId + "-v" + versionCode + "-" + versionName)
}

0 comments on commit 9f132eb

Please sign in to comment.