Skip to content

Commit 2b54ddd

Browse files
committed
fix run issue
1 parent ad46daf commit 2b54ddd

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

subs/ai/consumer-rules.pro

Whitespace-only changes.

subs/compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
def ext = rootProject.ext
77
android {
88
namespace 'com.engineer.compose'
9-
compileSdk 35
9+
compileSdk ext.compileSdk
1010

1111
defaultConfig {
1212
minSdk ext.minSdk

subs/compose/consumer-rules.pro

Whitespace-only changes.

subs/cpp_native/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
cmake {
3939
path file('src/main/cpp/CMakeLists.txt')
4040
// path file('src/main/cpp/p/CMakeLists.txt')
41-
version '3.22.1'
41+
version '4.1.2'
4242
}
4343
}
4444
namespace 'com.example.cpp_native'

subs/cpp_native/consumer-rules.pro

Whitespace-only changes.

subs/cpp_native/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Sets the minimum version of CMake required to build the native library.
66

7-
cmake_minimum_required(VERSION 3.22.1)
7+
cmake_minimum_required(VERSION 4.1.2)
88

99
# Declares and names the project.
1010

subs/game/consumer-rules.pro

Whitespace-only changes.

0 commit comments

Comments
 (0)