1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-16 01:01:11 +01:00

implemented app shortcuts, template svg-file for shortcut icons

This commit is contained in:
juergen 2018-01-03 21:58:13 +01:00
parent 32a74e293a
commit 7a06625cfe
26 changed files with 483 additions and 1 deletions

View file

@ -23,7 +23,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
if (project.enable_plugin_kotlin) {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$version_plugin_kotlin"