gradle: standardized code and name version for every flavors, temporarily downgrade com.google.android.material

This commit is contained in:
antonio 2024-01-29 11:45:13 +01:00
parent b7b02854d5
commit d2068106e4

View file

@ -10,6 +10,9 @@ android {
minSdkVersion 24
targetSdkVersion 34
versionCode 23
versionName '3.6.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
javaCompileOptions {
@ -28,15 +31,11 @@ android {
tempo {
dimension = "default"
applicationId 'com.cappielloantonio.tempo'
versionCode 23
versionName '3.6.0'
}
notquitemy {
dimension = "default"
applicationId "com.cappielloantonio.notquitemy.tempo"
versionCode 1
versionName "1.0.0"
}
}
@ -80,7 +79,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.6.1"
// Android Material
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.android.material:material:1.10.0'
// Glide
implementation 'com.github.bumptech.glide:glide:4.16.0'