You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Couchbase Lite Android](https://github.com/couchbase/couchbase-lite-android) library is split into two parts:
6
-
7
-
*[couchbase-lite-java-core](https://github.com/couchbase/couchbase-lite-java-core) - this module, which has no dependencies on the Android API, and is usable in non-Android contexts.
8
-
*[couchbase-lite-android](https://github.com/couchbase/couchbase-lite-android) - which has dependencies on the Android API.
9
-
10
-
Likewise, the [Couchbase Lite Java](https://github.com/couchbase/couchbase-lite-java) library is split into two parts:
11
-
12
-
*[couchbase-lite-java-core](https://github.com/couchbase/couchbase-lite-java-core) - this module, which has no dependencies on the Android API, and is usable in non-Android contexts.
13
-
*[couchbase-lite-java-native](https://github.com/couchbase/couchbase-lite-java-native) - which contains a native wrapper of SQLite.
14
-
15
-
See the [Project Structure](https://github.com/couchbase/couchbase-lite-android/wiki/Project-structure) wiki page for more information.
16
-
17
-
# How to build
18
-
19
-
```
20
-
$ ./gradlew build
21
-
```
22
-
1
+
This repository is deprecated as of Couchbase Lite v2.8.
2
+
Please refer to the [Community Edition Repository](https://github.com/couchbase/couchbase-lite-java-ce-root)
0 commit comments