comparison build.gradle @ 36:70f1d11d53ad

Attempt to make it work on Android 9 and earlier.
author David Barts <n5jrn@me.com>
date Fri, 19 Mar 2021 12:49:13 -0700
parents 19c584b29679
children d723d07d5bc0
comparison
equal deleted inserted replaced
35:6607f675a5f7 36:70f1d11d53ad
4 repositories { 4 repositories {
5 google() 5 google()
6 jcenter() 6 jcenter()
7 } 7 }
8 dependencies { 8 dependencies {
9 classpath "com.android.tools.build:gradle:4.1.2" 9 classpath 'com.android.tools.build:gradle:4.1.3'
10 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 10 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
11 11
12 // NOTE: Do not place your application dependencies here; they belong 12 // NOTE: Do not place your application dependencies here; they belong
13 // in the individual module build.gradle files 13 // in the individual module build.gradle files
14 } 14 }