mcruncher / worshipsongs-android

Android app for Worship Songs
GNU General Public License v3.0
8 stars 8 forks source link

Upgrade project dependencies to prepare for 3.5.0 development #569

Closed sskjames closed 2 years ago

sskjames commented 2 years ago
Library Updated version
androidx.preference:preference-ktx 1.1.1
androidx.appcompat:appcompat 1.3.1
com.google.android.material:material 1.4.0
androidx.recyclerview:recyclerview 1.2.1
androidx.constraintlayout:constraintlayout 2.1.1
androidx.mediarouter:mediarouter 1.2.5
com.google.code.gson 2.8.6
kotlin_version 1.3.72
gradle 5.6.4
sskjames commented 2 years ago

Faced build errors when trying to update the kotlin version to 1.5.31. It depends on Gradle version 6.1.1 or later which when upgraded causes many other build issues. Sticking to Kotlin 1.3.x and Gradle 5.x at this point of time.