comparison app/build.gradle @ 42:45e4df5226c0

Shares, but creates multiple versions of cruft file.
author David Barts <n5jrn@me.com>
date Sat, 10 Apr 2021 09:02:44 -0700
parents 444fe4416c9b
children 8205f3c17500
comparison
equal deleted inserted replaced
41:9231f1a41a59 42:45e4df5226c0
9 9
10 defaultConfig { 10 defaultConfig {
11 applicationId "com.bartsent.simpleresizer" 11 applicationId "com.bartsent.simpleresizer"
12 minSdkVersion 23 12 minSdkVersion 23
13 targetSdkVersion 30 13 targetSdkVersion 30
14 versionCode 4 14 versionCode 5
15 versionName "1.03" 15 versionName "1.04"
16 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" 16 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17 } 17 }
18 18
19 buildTypes { 19 buildTypes {
20 release { 20 release {