Skip to content

Commit

Permalink
Downgrade Android targetSdkVersion (ledger usb issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Sep 10, 2024
1 parent a9431a6 commit 54f91a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
buildToolsVersion = "33.0.2"
minSdkVersion = 24
compileSdkVersion = 33
targetSdkVersion = 34
targetSdkVersion = 33
kotlinVersion = "1.7.0"
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
Expand Down

0 comments on commit 54f91a0

Please sign in to comment.