From 00376f32e32645eeb324de1979858c65eb64af52 Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Wed, 22 Jul 2026 10:39:50 +0300 Subject: [PATCH 01/51] Upgrade targetSdk and compileSdk to 37 --- app/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index bb959ad15..b57b75cb7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -38,8 +38,8 @@ android { } } - compileSdk = 36 - buildToolsVersion = "36.1.0" + compileSdk = 37 + buildToolsVersion = "37.0.0" ndkVersion = "29.0.14206865" namespace = "app.grapheneos.camera" @@ -47,7 +47,7 @@ android { defaultConfig { applicationId = "app.grapheneos.camera" minSdk = 29 - targetSdk = 35 + targetSdk = 37 versionCode = 90 versionName = versionCode.toString() } From 53580a3bdb16cad5dcf5a3e86dcc0e8fb319e83c Mon Sep 17 00:00:00 2001 From: Artem Smirnov Date: Wed, 22 Jul 2026 10:39:57 +0300 Subject: [PATCH 02/51] Update .gitignore --- .gitignore | 5 +++++ .idea/codeStyles/Project.xml | 39 +++++++++++++++++++++++++++++++----- .idea/gradle.xml | 5 ++--- .idea/misc.xml | 3 ++- 4 files changed, 43 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 185bfbc61..8550a39e0 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,11 @@ captures/ .idea/modules.xml # Comment next line if keeping position of elements in Navigation Editor is relevant for you .idea/navEditor.xml +.idea/AndroidProjectSystem.xml +.idea/deploymentTargetSelector.xml +.idea/markdown.xml +.idea/migrations.xml +.idea/runConfigurations.xml # Keystore files *.jks diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 292f92856..6f7718bcf 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,9 +1,40 @@ - -