This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
The following commit(s) were added to refs/heads/main by this push:
new d9c1909 Fix Android tests
d9c1909 is described below
commit d9c1909e9f0caea94ac87dbaedda6fb01f3ccb24
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sat Jun 20 22:17:23 2026 +0200
Fix Android tests
---
android-tests/build.gradle.kts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/android-tests/build.gradle.kts b/android-tests/build.gradle.kts
index d827047..31e4161 100644
--- a/android-tests/build.gradle.kts
+++ b/android-tests/build.gradle.kts
@@ -22,8 +22,8 @@ plugins {
id("de.mannodermaus.android-junit5") version "1.14.0.0"
}
-val libraryVersion = "0.2.0-SNAPSHOT"
-val libraryJar =
rootProject.file("../target/copernik-xml-factory-${libraryVersion}.jar")
+val libraryVersion = "0.1.0-SNAPSHOT"
+val libraryJar =
rootProject.file("../target/commons-xml-${libraryVersion}.jar")
android {
namespace = "org.apache.commons.xml.androidtests"