Files
device_motorola_rtwo/MotCamera4-patches/0001-MotCamera4-Set-target-SDK-to-30.patch
Marc Bourgoin 8da50e99c5 rtwo: Rework MotCamera4 patch
Change-Id: Ie99f97bc4f6f3520c224b5f3aece04fff1f57db1
2024-12-22 12:59:27 -07:00

29 lines
717 B
Diff

From 2b84f274e9ddc3f34698cb608d0ad6bf14158e49 Mon Sep 17 00:00:00 2001
From: Marc Bourgoin <themard85@gmail.com>
Date: Thu, 2 May 2024 23:15:02 -0600
Subject: [PATCH] MotCamera4: Set target SDK to 30
https://github.com/LineageOS/android_frameworks_base/commit/8e742f928e0b3d242a290fb46d80a2c892dd18a3
---
apktool.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apktool.yml b/apktool.yml
index bdd787b8..7a14bf63 100644
--- a/apktool.yml
+++ b/apktool.yml
@@ -6,8 +6,8 @@ usesFramework:
- 1
tag: null
sdkInfo:
- minSdkVersion: 31
- targetSdkVersion: 33
+ minSdkVersion: 30
+ targetSdkVersion: 30
packageInfo:
forcedPackageId: 127
renameManifestPackage: null
--
2.43.0