mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2024-12-25 22:52:27 +01:00
Merge pull request #58 from trubitsyn/patch-1
Specify build tools 27.0.3 explicitly
This commit is contained in:
commit
5049344cf4
@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
|
||||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion "27.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.calculator"
|
||||
|
Loading…
Reference in New Issue
Block a user