mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 13:35:15 +00:00
29 lines
717 B
Diff
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
|
|
|