Files
android-app/build.gradle
dependabot[bot] 7b7ed32c0b Bump gradle from 4.0.2 to 4.1.1
Bumps gradle from 4.0.2 to 4.1.1.

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-11 08:44:58 +00:00

28 lines
562 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'
}
}
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
}
tasks {
wrapper {
gradleVersion = "6.4.1"
distributionType = Wrapper.DistributionType.ALL
}
}