Files
KeePassDX/build.gradle
Hans Cappelle 72542af042 fixed compilation issue with deprecated setLatestEventInfo in EntryActivity by creating a new Notification instead
used support-v4 NotificationCompat builder for that, did have to upgrade minSdk from 3 to 4 because of that
2017-10-08 14:56:32 +02:00

24 lines
493 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
}
}
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}