mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-07-11 16:40:43 +00:00
Set targetSdkVersion
to 35
This commit is contained in:
parent
882421ed78
commit
02184529ed
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 34
|
targetSdkVersion 35
|
||||||
ndk {
|
ndk {
|
||||||
debugSymbolLevel 'FULL'
|
debugSymbolLevel 'FULL'
|
||||||
abiFilters 'armeabi-v7a', 'arm64-v8a'
|
abiFilters 'armeabi-v7a', 'arm64-v8a'
|
||||||
|
|
Loading…
Reference in a new issue