Skip to content

Commit

Permalink
Merge branch 'master' into l10n_master
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner authored Sep 11, 2023
2 parents aadb733 + 28338b8 commit 0124b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {

resValue "string", "manifest_package_id", "io.github.gsantner.memetastic"
applicationId "io.github.gsantner.memetastic"
versionName "1.7.1"
versionName "1.7.2"
versionCode 72
setProperty("archivesBaseName", applicationId + "-v" + versionCode + "-" + versionName)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@SuppressLint("SimpleDateFormat")
public class AssetUpdater {
public static final SimpleDateFormat FORMAT_MINUTE = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm");
public static final SimpleDateFormat FORMAT_MINUTE_FILE = new SimpleDateFormat("yyyy-MM-dd'T'HH-mm");
public static final SimpleDateFormat FORMAT_MINUTE_FILE = new SimpleDateFormat("yyyy-MM-dd'T'HH-mm-ss");

private static final String URL_ARCHIVE_ZIP = "https://github.com/gsantner/memetastic-assets/archive/master.zip";
private static final String URL_API = "https://api.github.com/repos/gsantner/memetastic-assets";
Expand Down

0 comments on commit 0124b5d

Please sign in to comment.