Skip to content

Commit 38e683d

Browse files
committed
Fix
1 parent b50bf35 commit 38e683d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extension/android/executorch_android/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
plugins {
1010
id "com.android.library" version "8.9.0"
11-
id "com.vanniktech.maven.publish" version "0.34.0"
11+
id "com.vanniktech.maven.publish" version "0.31.0"
1212
alias(libs.plugins.jetbrains.kotlin.android)
1313
}
1414

@@ -50,10 +50,12 @@ dependencies {
5050
implementation libs.core.ktx
5151
testImplementation 'junit:junit:4.12'
5252
testImplementation 'org.assertj:assertj-core:3.27.2'
53+
testImplementation 'org.jetbrains.kotlin:kotlin-test:1.9.23'
5354
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
5455
androidTestImplementation 'androidx.test:rules:1.2.0'
5556
androidTestImplementation 'commons-io:commons-io:2.4'
5657
androidTestImplementation 'org.json:json:20250107'
58+
androidTestImplementation 'org.jetbrains.kotlin:kotlin-test:1.9.23'
5759
}
5860

5961
mavenPublishing {

0 commit comments

Comments
 (0)