Skip to content

Commit

Permalink
build: downgrade some dependencies to build on Android 13
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Nov 7, 2023
1 parent 985c6d1 commit e80a10c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ configurations {

dependencies {
implementation 'androidx.annotation:annotation:1.7.0'
implementation 'androidx.core:core:1.12.0'
implementation 'androidx.activity:activity:1.8.0'
implementation 'androidx.core:core:1.10.0'
implementation 'androidx.activity:activity:1.7.0'
implementation 'androidx.fragment:fragment:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
implementation 'androidx.lifecycle:lifecycle-livedata:2.6.2'
implementation 'androidx.lifecycle:lifecycle-service:2.6.2'
implementation 'androidx.sqlite:sqlite:2.4.0'
implementation 'androidx.sqlite:sqlite:2.3.1'
implementation "androidx.room:room-runtime:2.5.2"
annotationProcessor "androidx.room:room-compiler:2.5.2"
implementation 'com.github.groestlcoin:groestlcoinj-core:0.16.2'
Expand All @@ -45,12 +45,10 @@ ext {

android {
compileSdkVersion 'android-33'
buildToolsVersion '34.0.0'
buildToolsVersion '33.0.2'

defaultConfig {
applicationId 'hashengineering.groestlcoin'
// Enabling multidex support.
multiDexEnabled true

ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
Expand Down

0 comments on commit e80a10c

Please sign in to comment.