mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-09-24 07:36:09 -04:00
Target Android 17
This commit is contained in:
1 parent
f888fc0bae
commit
0fdfb222a0
2 files changed
+3
-2
No files matched your search
@@ -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 = 1002
|
||||
versionName = "2.45.0"
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in new issue
Block a user