mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-07 05:12:42 +01:00
Merge pull request #45 from trubitsyn/patch-2
Specify build tools 27.0.3 explicitly
This commit is contained in:
commit
e192de751f
@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 27
|
||||||
|
buildToolsVersion "27.0.3"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.simplemobiletools.contacts"
|
applicationId "com.simplemobiletools.contacts"
|
||||||
|
Loading…
Reference in New Issue
Block a user