mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 10:23:33 +00:00
Gradle: removed old search bar implementation and updated code version in preparation for the tag
This commit is contained in:
parent
b5e5537691
commit
200ce6555b
1 changed files with 2 additions and 6 deletions
|
|
@ -10,8 +10,8 @@ android {
|
||||||
applicationId 'com.cappielloantonio.tempo'
|
applicationId 'com.cappielloantonio.tempo'
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 34
|
targetSdkVersion 34
|
||||||
versionCode 6
|
versionCode 7
|
||||||
versionName '3.3.3'
|
versionName '3.4.0'
|
||||||
|
|
||||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||||
|
|
||||||
|
|
@ -73,10 +73,6 @@ dependencies {
|
||||||
// Android Material
|
// Android Material
|
||||||
implementation 'com.google.android.material:material:1.9.0'
|
implementation 'com.google.android.material:material:1.9.0'
|
||||||
|
|
||||||
// SearchBar
|
|
||||||
implementation 'com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.4'
|
|
||||||
implementation 'com.arthurivanets.adapster:adapster:1.0.13'
|
|
||||||
|
|
||||||
// Glide
|
// Glide
|
||||||
implementation 'com.github.bumptech.glide:glide:4.15.1'
|
implementation 'com.github.bumptech.glide:glide:4.15.1'
|
||||||
implementation 'com.github.bumptech.glide:annotations:4.15.1'
|
implementation 'com.github.bumptech.glide:annotations:4.15.1'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue