File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,15 @@ plugins {
2
2
id(" com.android.application" )
3
3
id(" org.jetbrains.kotlin.android" )
4
4
id(" com.google.protobuf" )
5
- id(" org.jetbrains.kotlin.plugin.serialization" ) version " 1.9.20"
5
+ id(" org.jetbrains.kotlin.plugin.compose" )
6
+ id(" org.jetbrains.kotlin.plugin.serialization" )
6
7
}
7
8
8
9
// This is the version of the app that is displayed in the UI on the drawer.
9
10
val variantName = " Version 0.1.0/Esplora"
10
11
11
12
android {
13
+ namespace = " org.bitcoindevkit.devkitwallet"
12
14
compileSdk = 35
13
15
14
16
buildFeatures {
@@ -34,19 +36,14 @@ android {
34
36
}
35
37
36
38
compileOptions {
37
- sourceCompatibility = JavaVersion .VERSION_1_8
38
- targetCompatibility = JavaVersion .VERSION_1_8
39
+ sourceCompatibility = JavaVersion .VERSION_17
40
+ targetCompatibility = JavaVersion .VERSION_17
39
41
}
40
42
41
43
kotlinOptions {
42
- jvmTarget = " 1.8"
43
- }
44
-
45
- composeOptions {
46
- kotlinCompilerExtensionVersion = " 1.5.5"
44
+ jvmTarget = " 17"
47
45
}
48
46
49
- namespace = " org.bitcoindevkit.devkitwallet"
50
47
}
51
48
52
49
dependencies {
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com.android.application" ).version(" 8.2.0" ).apply (false )
3
- id(" org.jetbrains.kotlin.android" ).version(" 1.9.20" ).apply (false )
2
+ id(" com.android.application" ).version(" 8.7.1" ).apply (false )
3
+ id(" org.jetbrains.kotlin.android" ).version(" 2.1.10" ).apply (false )
4
+ id(" org.jetbrains.kotlin.plugin.compose" ).version(" 2.1.10" ).apply (false )
5
+ id(" org.jetbrains.kotlin.plugin.serialization" ).version(" 2.1.10" ).apply (false )
4
6
id(" com.google.protobuf" ).version(" 0.9.4" ).apply (false )
5
7
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10. 2-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments