mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
gradle: standardized code and name version for every flavors, temporarily downgrade com.google.android.material
This commit is contained in:
parent
b7b02854d5
commit
d2068106e4
1 changed files with 4 additions and 5 deletions
|
|
@ -10,6 +10,9 @@ android {
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
|
|
||||||
|
versionCode 23
|
||||||
|
versionName '3.6.0'
|
||||||
|
|
||||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
|
|
@ -28,15 +31,11 @@ android {
|
||||||
tempo {
|
tempo {
|
||||||
dimension = "default"
|
dimension = "default"
|
||||||
applicationId 'com.cappielloantonio.tempo'
|
applicationId 'com.cappielloantonio.tempo'
|
||||||
versionCode 23
|
|
||||||
versionName '3.6.0'
|
|
||||||
}
|
}
|
||||||
|
|
||||||
notquitemy {
|
notquitemy {
|
||||||
dimension = "default"
|
dimension = "default"
|
||||||
applicationId "com.cappielloantonio.notquitemy.tempo"
|
applicationId "com.cappielloantonio.notquitemy.tempo"
|
||||||
versionCode 1
|
|
||||||
versionName "1.0.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -80,7 +79,7 @@ dependencies {
|
||||||
implementation "androidx.appcompat:appcompat:1.6.1"
|
implementation "androidx.appcompat:appcompat:1.6.1"
|
||||||
|
|
||||||
// Android Material
|
// Android Material
|
||||||
implementation 'com.google.android.material:material:1.11.0'
|
implementation 'com.google.android.material:material:1.10.0'
|
||||||
|
|
||||||
// Glide
|
// Glide
|
||||||
implementation 'com.github.bumptech.glide:glide:4.16.0'
|
implementation 'com.github.bumptech.glide:glide:4.16.0'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue