We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b8940 commit 2c1945fCopy full SHA for 2c1945f
sorma2/README.md
@@ -62,6 +62,11 @@ cp -av ./com /home/user/your/project/source/tree/
62
in your Java project you will need the `sqlite jdbc jar` and in your
63
Android project you will need `com.github.zoff99:pkgs_zoffccAndroidJDBC` from [jitpack.io](https://jitpack.io/#zoff99/pkgs_zoffccAndroidJDBC)
64
65
+add this dependency to your `build.gradle` file
66
+
67
+```
68
+implementation 'com.github.zoff99:pkgs_zoffccAndroidJDBC:1.0.12'
69
70
71
72
Android Example App:
0 commit comments