File tree Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Expand file tree Collapse file tree 4 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 74
74
/ROADMAP.md
75
75
! /app /proguard-rules.pro
76
76
! /app-youtube /proguard-rules.pro
77
+ /.idea /dictionaries /
Original file line number Diff line number Diff line change 17
17
// Top-level build file where you can add configuration options common to all sub-projects/modules.
18
18
19
19
buildscript {
20
- ext. kotlin_version = ' 1.3.50 '
20
+ ext. kotlin_version = ' 1.3.61 '
21
21
repositories {
22
22
google()
23
23
mavenCentral()
@@ -28,15 +28,15 @@ buildscript {
28
28
29
29
dependencies {
30
30
// noinspection GradleDependency
31
- classpath ' com.android.tools.build:gradle:3.5.1 '
32
- classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.6 '
31
+ classpath ' com.android.tools.build:gradle:3.6.0-rc03 '
32
+ classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.2 '
33
33
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
34
34
35
35
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
36
36
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
37
37
classpath " org.jfrog.buildinfo:build-info-extractor-gradle:4.9.4"
38
38
39
- classpath ' io.fabric.tools:gradle:1.31.1 '
39
+ classpath ' io.fabric.tools:gradle:1.31.2 '
40
40
}
41
41
}
42
42
47
47
supportLibraryVersion = ' 28.0.0'
48
48
constrainLayoutVersion = ' 1.1.3'
49
49
archLibraryVersion = ' 1.1.1'
50
- exoPlayer2Version = ' 2.10.3 '
50
+ exoPlayer2Version = ' 2.10.4 '
51
51
googleApiClient = ' 1.30.1'
52
52
glide = ' 4.10.0'
53
53
leackCanary = ' 1.6.3'
Original file line number Diff line number Diff line change 1
- # Fri Oct 18 21:25:19 JST 2019
1
+ # Tue Jan 07 21:35:25 JST 2020
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
You can’t perform that action at this time.
0 commit comments