-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathmodule.yaml
More file actions
38 lines (32 loc) · 1016 Bytes
/
Copy pathmodule.yaml
File metadata and controls
38 lines (32 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
product: android/app
settings:
android:
namespace: "org.bitcoindevkit.devkitwallet"
compileSdk: 36
minSdk: 33
compose: enabled
kotlin:
version: 2.4.10
serialization: json
junit: junit-4
dependencies:
- androidx.core:core-ktx:1.17.0
- androidx.datastore:datastore:1.2.1
- org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0
- androidx.core:core-splashscreen:1.2.0
- androidx.activity:activity-compose:1.8.2
- bom: androidx.compose:compose-bom:2026.02.00
- androidx.compose.animation:animation
- androidx.compose.ui:ui-tooling
- androidx.compose.ui:ui
- androidx.compose.material3:material3
- androidx.lifecycle:lifecycle-viewmodel-compose:2.10.0
- androidx.lifecycle:lifecycle-runtime-compose:2.10.0
- androidx.navigation:navigation-compose:2.9.7
# Icons
- androidx.compose.material:material-icons-extended:1.7.8
- com.composables:icons-lucide:1.1.0
# Bitcoin
- org.bitcoindevkit:bdk-android:3.1.0
# QR Codes
- com.google.zxing:core:3.5.4