Skip to content

Commit 2e931c7

Browse files
committed
f
1 parent ea8df1f commit 2e931c7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bindings/kotlin/ldk-node-android/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ buildscript {
33
google()
44
}
55
dependencies {
6-
classpath("com.android.tools.build:gradle:7.1.2")
76
}
87
}
98

9+
plugins {
10+
}
11+
1012
// library version is defined in gradle.properties
1113
val libraryVersion: String by project
1214

bindings/kotlin/ldk-node-jvm/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ buildscript {
33
google()
44
}
55
dependencies {
6-
classpath("com.android.tools.build:gradle:7.1.2")
76
}
87
}
98

9+
plugins {
10+
}
11+
1012
// library version is defined in gradle.properties
1113
val libraryVersion: String by project
1214

0 commit comments

Comments
 (0)