forked from realm/realm-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.list
More file actions
27 lines (22 loc) · 768 Bytes
/
dependencies.list
File metadata and controls
27 lines (22 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Realm Sync release used by Realm Java (This includes Realm Core)
# https://github.com/realm/realm-sync/releases
REALM_SYNC=10.1.0
REALM_SYNC_SHA256=a074550f573b5b9f35d1efe84eef0145f2181f1c096a76ff559e7103091bae7e
# Version of MongoDB Realm used by integration tests
# See https://github.com/realm/ci/packages/147854 for available versions
MONGODB_REALM_SERVER=2020-10-03
# Common Android settings across projects
GRADLE_BUILD_TOOLS=4.0.0
ANDROID_BUILD_TOOLS=29.0.3
KOTLIN=1.3.72
KOTLIN_COROUTINES=1.3.9
# Common classpath dependencies
gradle=6.5
ndkVersion=21.0.6113669
BUILD_INFO_EXTRACTOR_GRADLE=4.17.0
GRADLE_BINTRAY_PLUGIN=1.8.5
# Bson dependency version
BSON_DEPENDENCY=3.12.1
# RxJava dependency version
RXJAVA_DEPENDENCY=2.1.5
RXANDROID_DEPENDENCY=2.1.1