Skip to content

Commit 147377a

Browse files
authored
Merge pull request #368 from cbalster/housekeeping
Housekeeping
2 parents 94534b9 + 5f330a0 commit 147377a

34 files changed

Lines changed: 17 additions & 17 deletions

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ android {
2828
}
2929

3030
compileSdk {
31-
version = release(36)
31+
version = release(37)
3232
}
3333

3434
defaultConfig {
3535
applicationId = "de.stephanlindauer.criticalmaps"
3636
minSdk = 26
37-
targetSdk = 36
37+
targetSdk = 37
3838
versionCode = 103
3939
versionName = "3.1.1"
4040
vectorDrawables.useSupportLibrary = true

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
android:dataExtractionRules="@xml/data_extraction_rules"
3535
android:icon="@mipmap/ic_launcher"
3636
android:label="@string/app_name"
37-
android:roundIcon="@mipmap/ic_launcher_round"
3837
android:supportsRtl="true"
3938
tools:targetApi="s">
4039

app/src/main/java/de/stephanlindauer/criticalmaps/handler/StartCameraHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public void execute() {
4242
outputFile);
4343

4444
Intent cameraIntent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
45+
cameraIntent.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION | Intent.FLAG_GRANT_WRITE_URI_PERMISSION);
4546

4647
cameraIntent.putExtra(MediaStore.EXTRA_OUTPUT, imageCaptureUri);
4748

app/src/main/res/drawable-anydpi-v24/ic_notification_close.xml renamed to app/src/main/res/drawable-anydpi/ic_notification_close.xml

File renamed without changes.

app/src/main/res/drawable-anydpi-v24/ic_notification_open.xml renamed to app/src/main/res/drawable-anydpi/ic_notification_open.xml

File renamed without changes.
File renamed without changes.
-435 Bytes
Binary file not shown.
-637 Bytes
Binary file not shown.
-1.13 KB
Binary file not shown.
-246 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)