Skip to content

Commit 49da0ec

Browse files
committedAug 11, 2019
Set target SDK version to 28 (Android Pie)
1 parent b78447f commit 49da0ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎chessEngineSupportLibrary/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdkVersion 28
55
buildToolsVersion "28.0.3"
66

77
defaultConfig {
88
minSdkVersion 14
9-
targetSdkVersion 29
9+
targetSdkVersion 28
1010
}
1111

1212
buildTypes {

‎scidOnTheGo/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdkVersion 28
55
buildToolsVersion "28.0.3"
66

77
sourceSets.main {
@@ -12,7 +12,7 @@ android {
1212
defaultConfig {
1313
applicationId "org.scid.android"
1414
minSdkVersion 14
15-
targetSdkVersion 29
15+
targetSdkVersion 28
1616

1717
ndk {
1818
moduleName "jni"

0 commit comments

Comments
 (0)
Failed to load comments.