Bump library versions to be able to compile on M2 mac

develop
Severiano Jaramillo 2024-03-05 09:08:18 -06:00
parent ec54ed0620
commit 16efb73765
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
android {
compileSdk 30
compileSdk 31
defaultConfig {
applicationId "cy.agorise.bitsybitshareswallet"
@ -62,7 +62,7 @@ dependencies {
def arch_version = "2.1.0"
def lifecycle_version = "2.3.1"
def preference_version = "1.1.1"
def room_version = "2.2.6"
def room_version = "2.4.3"
def rx_bindings_version = '3.0.0'
def version_coroutine = '1.4.1'

View File

@ -3,7 +3,7 @@
buildscript {
ext {
kotlin_version = '1.4.31'
kotlin_version = '1.7.0'
nav_version = '2.3.4'
}