Closed antranvn closed 3 years ago
Hi,
about fileChooserDialogVersion
not sure, I just left it as it is.
Go to the versions.gradle
and change the values of the following version variables:
javaUtilsVersion = '1.0.16'
..............
javaFXUtilsVersion = '1.0.7'
You will find the latest repositories here: https://mvnrepository.com/artifact/net.dankito.utils
Hello,
After updating the versions, I am able to build but now I get another error: Unresolved reference: ImageReference
Seems we need to specify a version that includes this file.
I'm really sorry, I accidentally merge develop to master.
As said in #58 please use branch 'release/2.0.x' in the meanwhile.
As a solution I could propose using git reset --hard
to let master point to release/2.0.x, but that would require you that you checkout the project again. Would that be OK to you?
Thanks, it worked.
Hello, I'm running your demo app, however, there are issues regards dependencies. Could you please help to check it?
Failed to resolve: net.dankito.utils:java-utils:2.0.0-SNAPSHOT Show in Project Structure dialog Affected Modules: RichTextEditorCommon
Failed to resolve: net.dankito.utils:java-utils:2.0.0-SNAPSHOT Show in Project Structure dialog Affected Modules: DemoApp
Failed to resolve: net.dankito.utils:java-fx-utils:2.0.0-SNAPSHOT Show in Project Structure dialog Affected Modules: RichTextEditorJavaFX
Failed to resolve: net.dankito.utils:android-utils:2.0.0-SNAPSHOT Show in Project Structure dialog Affected Modules: DemoApp, RichTextEditorAndroid
Failed to resolve: net.dankito.filechooserdialog:filechooserdialog-android:1.2.1-SNAPSHOT Show in Project Structure dialog Affected Modules: RichTextEditorAndroid