Commit 55cb8660 by Maurits van Beusekom Committed by GitHub

Merge pull request #16 from BaseflowIT/feature/add_static_code_analyzes

Added static analyzes to build script
parents add0090d 52e495c8
......@@ -35,4 +35,4 @@ matrix:
- flutter build ios --no-codesign
cache:
directories:
- $HOME/.pub-cache
- $HOME/.pub-cache
\ No newline at end of file
......@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.1.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
......
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