Commit 02680a6e by Kim Jinsung

compileSdkVersion 26に変更

Canvasクラスのsaveメソッドが26ではパラメータがあるが、28ではなくてエラーが発生
parent 9ed319ac
......@@ -17,7 +17,7 @@ dependencies {
}
android {
compileSdkVersion 28
compileSdkVersion 26
buildToolsVersion '28.0.3'
defaultConfig {
......
......@@ -6,7 +6,7 @@ buildscript {
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
compileSdkVersion 26
buildToolsVersion '28.0.3'
defaultConfig {
......
......@@ -26,7 +26,7 @@ dependencies {
}
android {
compileSdkVersion 28
compileSdkVersion 26
buildToolsVersion '28.0.3'
defaultConfig {
......
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
compileSdkVersion 26
buildToolsVersion '28.0.3'
defaultConfig {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment