We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef356f1 commit f48f722Copy full SHA for f48f722
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v1.2.8
2
+- Added: Russian, Indonesian translation
3
+- Fixed: Cloud storage picture source
4
+
5
### v1.2.7
6
- Dont include assets at buildtime (fixes #30)
7
- Download assets at runtime (github assets)
app/build.gradle
@@ -22,8 +22,8 @@ android {
22
minSdkVersion version_sdk.minSdk
23
targetSdkVersion version_sdk.targetSdk
24
25
- versionCode 37
26
- versionName "1.2.7"
+ versionCode 38
+ versionName "1.2.8"
27
28
applicationId "io.github.gsantner.memetastic"
29
0 commit comments