Mercurial > cgi-bin > hgweb.cgi > SimpleResizer
comparison build.gradle @ 34:19c584b29679
Add gradle files, bump rev to bypass installer cache misfeature.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 11 Mar 2021 17:31:56 -0800 |
parents | |
children | 70f1d11d53ad |
comparison
equal
deleted
inserted
replaced
33:bead5d7e8c69 | 34:19c584b29679 |
---|---|
1 // Top-level build file where you can add configuration options common to all sub-projects/modules. | |
2 buildscript { | |
3 ext.kotlin_version = "1.4.31" | |
4 repositories { | |
5 google() | |
6 jcenter() | |
7 } | |
8 dependencies { | |
9 classpath "com.android.tools.build:gradle:4.1.2" | |
10 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | |
11 | |
12 // NOTE: Do not place your application dependencies here; they belong | |
13 // in the individual module build.gradle files | |
14 } | |
15 } | |
16 | |
17 allprojects { | |
18 repositories { | |
19 google() | |
20 jcenter() | |
21 } | |
22 } | |
23 | |
24 task clean(type: Delete) { | |
25 delete rootProject.buildDir | |
26 } |