From cae4d93969d5dd0387ce08b01783010bf51c7d16 Mon Sep 17 00:00:00 2001 From: Joe George Date: Wed, 18 Dec 2024 15:01:38 -0500 Subject: [PATCH] fixes --- java/test/android/controller/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/test/android/controller/gradle.properties b/java/test/android/controller/gradle.properties index fc6cf34985f..8f57b81092b 100644 --- a/java/test/android/controller/gradle.properties +++ b/java/test/android/controller/gradle.properties @@ -1,7 +1,7 @@ # Copyright (c) ZeroC, Inc. All rights reserved. # Version used in JAR files -iceVersion = 3.8.0-alpha0 +iceVersion = 3.8.0-alpha.0 # Set iceHome to location of Ice installation if Ice was installed in a # non-standard location. You must use forward slashes in the path, even on