|
@@ -9,7 +9,7 @@ buildscript {
|
9
|
9
|
jcenter()
|
10
|
10
|
}
|
11
|
11
|
dependencies {
|
12
|
|
- classpath 'com.android.tools.build:gradle:3.1.4'
|
|
12
|
+ classpath 'com.android.tools.build:gradle:3.2.1'
|
13
|
13
|
classpath 'com.google.gms:google-services:3.2.1'
|
14
|
14
|
|
15
|
15
|
// NOTE: Do not place your application dependencies here; they belong
|
|
@@ -172,11 +172,11 @@ allprojects {
|
172
|
172
|
}
|
173
|
173
|
|
174
|
174
|
ext {
|
175
|
|
- buildToolsVersion = "27.0.3"
|
176
|
|
- compileSdkVersion = 27
|
|
175
|
+ buildToolsVersion = "28.0.3"
|
|
176
|
+ compileSdkVersion = 28
|
177
|
177
|
minSdkVersion = 21
|
178
|
|
- targetSdkVersion = 26
|
179
|
|
- supportLibVersion = "27.1.1"
|
|
178
|
+ targetSdkVersion = 28
|
|
179
|
+ supportLibVersion = "28.0.0"
|
180
|
180
|
|
181
|
181
|
// The Maven artifact groupdId of the third-party react-native modules which
|
182
|
182
|
// Jitsi Meet SDK for Android depends on and which are not available in
|