comparison app/build.gradle @ 46:8205f3c17500 default tip

Tweak messages a little.
author David Barts <n5jrn@me.com>
date Wed, 14 Apr 2021 08:18:23 -0700
parents 45e4df5226c0
children
comparison
equal deleted inserted replaced
45:44848342c321 46:8205f3c17500
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 5 14 versionCode 6
15 versionName "1.04" 15 versionName "1.05"
16 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" 16 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17 } 17 }
18 18
19 buildTypes { 19 buildTypes {
20 release { 20 release {