Gradle: removed old search bar implementation and updated code version in preparation for the tag

This commit is contained in:
antonio 2023-06-24 11:17:23 +02:00
parent b5e5537691
commit 200ce6555b

View file

@ -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'