mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +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'
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 34
|
||||
versionCode 6
|
||||
versionName '3.3.3'
|
||||
versionCode 7
|
||||
versionName '3.4.0'
|
||||
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
|
||||
|
|
@ -73,10 +73,6 @@ dependencies {
|
|||
// Android Material
|
||||
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
|
||||
implementation 'com.github.bumptech.glide:glide:4.15.1'
|
||||
implementation 'com.github.bumptech.glide:annotations:4.15.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue