Skip to content

Commit

Permalink
fix: target higher SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Sep 12, 2024
1 parent ef1678b commit 04571a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidModule/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
archivesBaseName = "XHDWalletAPI-Android"
namespace "com.algorandfoundation.xhdwalletapi"
minSdkVersion 26
targetSdkVersion 33
targetSdkVersion 34
versionCode 16
versionName version
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 04571a3

Please sign in to comment.