We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c14725c commit 0a0544cCopy full SHA for 0a0544c
1 file changed
app/build.gradle.kts
@@ -14,7 +14,7 @@ val variantName = "Version 0.1.0/Kyoto"
14
15
android {
16
namespace = "org.bitcoindevkit.devkitwallet"
17
- compileSdk = 35
+ compileSdk = 36
18
19
buildFeatures {
20
viewBinding = true
@@ -23,8 +23,8 @@ android {
23
24
defaultConfig {
25
applicationId = "org.bitcoindevkit.devkitwallet"
26
- minSdk = 26
27
- targetSdk = 35
+ minSdk = 33
+ targetSdk = 36
28
versionCode = 1
29
versionName = "v0.1.0"
30
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments