-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/issue/123 #124
base: c_in_refine
Are you sure you want to change the base?
Bugfix/issue/123 #124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take care of the compileSDKVersion.
kute-android-app/app/build.gradle
Outdated
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application' | |||
|
|||
|
|||
android { | |||
compileSdkVersion 27 | |||
compileSdkVersion 26 | |||
buildToolsVersion '27.0.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compile SDK should be the latest version. Besides compiled SDK version and buildToolsVersion should be the same.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh ok.
i will convert it to version 27.
Hi! I've been updated the SDK version to 27. |
Hi.
I've been fixed an issue #123.
Please review my work.
Thanks