Bump library versions to be able to compile on M2 mac
This commit is contained in:
parent
ec54ed0620
commit
16efb73765
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ apply plugin: 'com.google.gms.google-services'
|
||||||
apply plugin: 'com.google.firebase.crashlytics'
|
apply plugin: 'com.google.firebase.crashlytics'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdk 30
|
compileSdk 31
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "cy.agorise.bitsybitshareswallet"
|
applicationId "cy.agorise.bitsybitshareswallet"
|
||||||
|
@ -62,7 +62,7 @@ dependencies {
|
||||||
def arch_version = "2.1.0"
|
def arch_version = "2.1.0"
|
||||||
def lifecycle_version = "2.3.1"
|
def lifecycle_version = "2.3.1"
|
||||||
def preference_version = "1.1.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 rx_bindings_version = '3.0.0'
|
||||||
def version_coroutine = '1.4.1'
|
def version_coroutine = '1.4.1'
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
kotlin_version = '1.4.31'
|
kotlin_version = '1.7.0'
|
||||||
nav_version = '2.3.4'
|
nav_version = '2.3.4'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue