Target Android 17

This commit is contained in:
Sylvia van Os
2026-06-10 21:25:55 +02:00
parent 48b099e182
commit 0a12429b41
2 changed files with 3 additions and 2 deletions

View File

@@ -13,12 +13,12 @@ kotlin {
android {
namespace = "protect.card_locker"
compileSdk = 36
compileSdk = 37
defaultConfig {
applicationId = "me.hackerchick.catima"
minSdk = 23
targetSdk = 36
targetSdk = 37
versionCode = 166
versionName = "2.42.1"

View File

@@ -240,6 +240,7 @@ public class ImportURIHelper {
Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
sendIntent.putExtra(Intent.EXTRA_TEXT, text.toString());
sendIntent.setType("text/plain");