We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edeed64 commit b4f244dCopy full SHA for b4f244d
1 file changed
app/build.gradle.kts
@@ -15,7 +15,7 @@ val variantName = "Version 0.1.0/Kyoto"
15
16
android {
17
namespace = "org.bitcoindevkit.devkitwallet"
18
- compileSdk = 36
+ compileSdk = 37
19
20
buildFeatures {
21
viewBinding = true
@@ -26,7 +26,7 @@ android {
26
defaultConfig {
27
applicationId = "org.bitcoindevkit.devkitwallet"
28
minSdk = 33
29
- targetSdk = 36
+ targetSdk = 37
30
versionCode = 1
31
versionName = "v0.1.0"
32
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments