Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed Jul 29, 2019
1 parent 9d8ca53 commit f3e132f
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {

resValue "string", "manifest_package_id", "io.github.gsantner.memetastic"
applicationId "io.github.gsantner.memetastic"
versionName "1.5.4"
versionCode 54
versionName "1.6.0"
versionCode 60
}

flavorDimensions "default"
Expand Down
Binary file removed app/src/main/assets/bundled/rage-True-Story.jpg
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -461,11 +461,7 @@ public void onClick(DialogInterface dialogInterface, int i) {
_app.shareBitmapToOtherApp(_lastBitmap, MemeCreateActivity.this);
}
})
.setPositiveButton(R.string.yes, new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int which) {
finish();
}
});
.setPositiveButton(R.string.close, (dialog1, which) -> finish());
dialog.show();
}
if (wasSaved) {
Expand Down
Binary file added metadata/en-US/featureGraphic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed metadata/en-US/featureGraphic.png
Binary file not shown.
Binary file added metadata/en-US/phoneScreenshots/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed metadata/en-US/phoneScreenshots/01.png
Binary file not shown.
Binary file added metadata/en-US/phoneScreenshots/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed metadata/en-US/phoneScreenshots/02.png
Binary file not shown.
Binary file added metadata/en-US/phoneScreenshots/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed metadata/en-US/phoneScreenshots/03.png
Binary file not shown.
Binary file added metadata/en-US/phoneScreenshots/04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed metadata/en-US/phoneScreenshots/04.png
Binary file not shown.
Binary file added metadata/en-US/phoneScreenshots/05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed metadata/en-US/phoneScreenshots/05.png
Binary file not shown.
Binary file added metadata/en-US/phoneScreenshots/06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed metadata/en-US/phoneScreenshots/06.png
Binary file not shown.
Binary file removed metadata/en-US/sevenInchScreenshots/01.png
Binary file not shown.
Binary file removed metadata/en-US/tenInchScreenshots/01.png
Binary file not shown.

0 comments on commit f3e132f

Please sign in to comment.