-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.gradle
65 lines (49 loc) · 1.7 KB
/
manifest.gradle
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
ext {
bintrayRepo = 'maven'
bintrayName = 'ipfslite'
publishedGroupId = 'io.textile'
libraryName = 'ipfslite'
artifact = 'ipfslite'
demoAppId = 'io.textile.textileexample'
libraryDescription = 'IPFS Lite for Android'
libraryKeywords = ['textile', 'ipfs', 'libp2p', 'decentralized', 'encrypted', 'android']
siteUrl = 'https://github.com/textileio/android-ipfs-lite'
gitUrl = 'https://github.com/textileio/android-ipfs-lite.git'
libraryVersion = '0.1.4'
minSdk = 26
targetSdk = 28
// Gradle classpath dependencies versions
gradleVersion = '3.4.1'
mavenGradleVersion = '2.1'
bintrayPluginVersion = '1.7'
// Library and app testing dependencies versions
junitVersion = '4.12'
// androidxTestCoreVersion = '1.2.0'
// androidxTestRunnerVersion = '1.2.0'
// androidxTestRulesVersion = '1.2.0'
// androidxTestExtJunitVersion = '1.1.1'
// androidxTestExtTruthVersion = '1.2.0'
// androidxTestEspressoVersion = '3.2.0'
testRunnerVersion = '1.0.2'
// Library and app dependencies versions
// androidxAppcompatVersion = '1.0.2'
appcompatVersion = '28.0.0'
// gRPC Version
gRPCVersion = '1.26.0'
// gRPC IPFS Lite Version
gRPCIpfsVersion = '0.1.4'
protobufVersion = '3.10.0'
// Lifecycle
lifecycleVersion = '1.1.1'
// Demo App
constraintLayoutVersion = '1.1.3'
// Demo App Tests
awaitilityVersion = '3.1.6'
commonsIOVersion = '2.6'
developerId = 'textile'
developerName = 'Textile'
developerEmail = 'contact@textile.io'
licenseName = 'MIT'
licenseUrl = 'https://github.com/textileio/android-ipfs-lite/blob/master/LICENSE'
allLicenses = ['MIT']
}