|
1 | 1 | buildscript {
|
2 | 2 | repositories {
|
3 |
| - jcenter() |
4 | 3 | google()
|
| 4 | + jcenter() |
5 | 5 | }
|
6 | 6 |
|
7 | 7 | dependencies {
|
8 |
| - classpath 'com.android.tools.build:gradle:3.0.1' |
9 |
| - classpath 'com.google.gms:google-services:3.1.1' |
| 8 | + classpath 'com.android.tools.build:gradle:3.2.0' |
| 9 | + classpath 'com.google.gms:google-services:4.1.0' |
10 | 10 | }
|
11 | 11 | }
|
12 | 12 |
|
13 | 13 | allprojects {
|
14 | 14 | repositories {
|
| 15 | + google() |
15 | 16 | jcenter()
|
16 | 17 | maven {
|
17 | 18 | url "https://github.com/QuickBlox/quickblox-android-sdk-releases/raw/master/"
|
18 | 19 | }
|
19 |
| - maven { |
20 |
| - url 'https://maven.google.com' |
21 |
| - } |
22 | 20 | }
|
23 | 21 | }
|
24 | 22 |
|
25 | 23 | ext {
|
26 |
| - compileSdkVersion = 26 |
27 |
| - buildToolsVersion = "27.0.3" |
| 24 | + compileSdkVersion = 28 |
| 25 | + buildToolsVersion = "28.0.3" |
28 | 26 |
|
29 | 27 | minSdkVersion = 14
|
30 |
| - targetSdkVersion = 26 |
| 28 | + targetSdkVersion = 28 |
31 | 29 |
|
32 |
| - sourceCompatibility = JavaVersion.VERSION_1_7 |
33 |
| - targetCompatibility = JavaVersion.VERSION_1_7 |
| 30 | + sourceCompatibility = JavaVersion.VERSION_1_8 |
| 31 | + targetCompatibility = JavaVersion.VERSION_1_8 |
34 | 32 |
|
35 | 33 | lintAbortOnError = false
|
36 | 34 |
|
37 | 35 | // QuickBlox SDK version
|
38 | 36 | qbChatAdapterVersion = '2.0'
|
39 |
| - qbSdkVersion = '3.8.1' |
| 37 | + qbSdkVersion = '3.9.0' |
40 | 38 |
|
41 | 39 | versionCode = 381
|
42 |
| - versionName = '3.8.1' |
| 40 | + versionName = '3.9.0' |
43 | 41 |
|
44 |
| - testRunnerVersion = "0.4.1" |
| 42 | + testRunnerVersion = "1.0.2" |
45 | 43 |
|
46 | 44 | // Dependency versions
|
47 |
| - playServicesVersion = '11.4.2' |
48 |
| - supportLibVersion = '26.1.0' |
49 |
| - supportV4Version = supportLibVersion |
50 |
| - appcompatV7Version = supportLibVersion |
51 |
| - recyclerviewV7Version = supportLibVersion |
52 |
| - supportAnnotationsVersion = supportLibVersion |
53 |
| - designVersion = supportLibVersion |
54 |
| - cardViewVersion = supportLibVersion |
| 45 | + playServicesVersion = '16.0.0' |
| 46 | + |
| 47 | + constraintLayoutAndroidXVersion = '1.1.3' |
| 48 | + viewPagerAndroidXVersion = '1.0.0' |
| 49 | + fragmentAndroidXVersion = '1.0.0' |
| 50 | + lifecycleViewmodelAndroidXVersion = '1.0.0' |
| 51 | + coreKtxVersion = '1.0.0' |
| 52 | + |
| 53 | + rxAndroidVersion = '1.2.1' |
| 54 | + materialVersion = '1.0.0' |
55 | 55 |
|
56 | 56 | glideVersion = '3.6.1'
|
57 | 57 | pullToRefreshVersion = '3.2.3'
|
58 | 58 | robotoTextViewVersion = '4.0.0'
|
59 |
| - crashlyticsVersion = '2.8.0' |
60 |
| - fabricToolsVersion = '1.25.1' |
| 59 | + crashlyticsVersion = '2.9.5' |
| 60 | + fabricToolsVersion = '1.25.4' |
| 61 | + kotlinGradlePlugin = '1.2.71' |
61 | 62 | stickylistheadersVersion = '0.4.2'
|
62 | 63 | swipyVersion = '1.2.3'
|
63 | 64 |
|
|
0 commit comments