diff --git a/app/build.gradle b/app/build.gradle index 81700a1..fef72fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.uncmorfi" minSdkVersion 16 targetSdkVersion 27 - versionCode 5 - versionName "v4.0 Damasco" + versionCode 6 + versionName "v4.0.1 Damasco" } buildTypes { release { @@ -28,7 +28,6 @@ dependencies { implementation 'com.android.support:recyclerview-v7:27.1.1' implementation 'com.android.support:support-v4:27.1.1' implementation 'com.google.android.gms:play-services-maps:15.0.1' - implementation 'com.bignerdranch.android:expandablerecyclerview:2.1.1' implementation 'com.github.bumptech.glide:glide:3.7.0' implementation 'org.jsoup:jsoup:1.7.3' implementation 'com.github.PhilJay:MPAndroidChart:v3.0.2'