Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 686f15f

Browse files
authored
Increase the minimum supported API level from 10 to 14
1 parent fe3b3a6 commit 686f15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66

77
defaultConfig {
88
applicationId "org.cocos2dx.hellocpp"
9-
minSdkVersion 10
9+
minSdkVersion 14
1010
targetSdkVersion 22
1111
versionCode 1
1212
versionName "1.0"

0 commit comments

Comments
 (0)