Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c4727b2

Browse files
committedMar 13, 2025·
Update compileSdkVersion and minSdkVersion with last flutter defaults
1 parent 127284c commit c4727b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ android {
2828
namespace 'com.arjanaswal.stockfish'
2929
}
3030

31-
compileSdkVersion 29
31+
compileSdkVersion 35
3232

3333
defaultConfig {
34-
minSdkVersion 16
34+
minSdkVersion 21
3535
ndk {
3636
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
3737
}

0 commit comments

Comments
 (0)
Please sign in to comment.