Skip to content

Commit f3e132f

Browse files
committed
Release v1.6.0
1 parent 9d8ca53 commit f3e132f

File tree

19 files changed

+3
-7
lines changed

19 files changed

+3
-7
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ android {
4141

4242
resValue "string", "manifest_package_id", "io.github.gsantner.memetastic"
4343
applicationId "io.github.gsantner.memetastic"
44-
versionName "1.5.4"
45-
versionCode 54
44+
versionName "1.6.0"
45+
versionCode 60
4646
}
4747

4848
flavorDimensions "default"
-26.6 KB
Binary file not shown.

app/src/main/java/net/gsantner/memetastic/activity/MemeCreateActivity.java

+1-5
Original file line numberDiff line numberDiff line change
@@ -461,11 +461,7 @@ public void onClick(DialogInterface dialogInterface, int i) {
461461
_app.shareBitmapToOtherApp(_lastBitmap, MemeCreateActivity.this);
462462
}
463463
})
464-
.setPositiveButton(R.string.yes, new DialogInterface.OnClickListener() {
465-
public void onClick(DialogInterface dialog, int which) {
466-
finish();
467-
}
468-
});
464+
.setPositiveButton(R.string.close, (dialog1, which) -> finish());
469465
dialog.show();
470466
}
471467
if (wasSaved) {

metadata/en-US/featureGraphic.jpg

61.2 KB
Loading

metadata/en-US/featureGraphic.png

-573 KB
Binary file not shown.
89.8 KB
Loading
-273 KB
Binary file not shown.
71.5 KB
Loading
-106 KB
Binary file not shown.
51.8 KB
Loading
-142 KB
Binary file not shown.
40.9 KB
Loading
-126 KB
Binary file not shown.
61.2 KB
Loading
-130 KB
Binary file not shown.
76.6 KB
Loading
-82.8 KB
Binary file not shown.
-773 KB
Binary file not shown.
-773 KB
Binary file not shown.

0 commit comments

Comments
 (0)