Skip to content

Commit 8a1c383

Browse files
committed
Minor update
1 parent b1e275d commit 8a1c383

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@
7474
/ROADMAP.md
7575
!/app/proguard-rules.pro
7676
!/app-youtube/proguard-rules.pro
77+
/.idea/dictionaries/

.idea/codeStyles/Project.xml

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818

1919
buildscript {
20-
ext.kotlin_version = '1.3.50'
20+
ext.kotlin_version = '1.3.61'
2121
repositories {
2222
google()
2323
mavenCentral()
@@ -28,15 +28,15 @@ buildscript {
2828

2929
dependencies {
3030
//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'
3333
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
3434

3535
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
3636
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
3737
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.9.4"
3838

39-
classpath 'io.fabric.tools:gradle:1.31.1'
39+
classpath 'io.fabric.tools:gradle:1.31.2'
4040
}
4141
}
4242

@@ -47,7 +47,7 @@ ext {
4747
supportLibraryVersion = '28.0.0'
4848
constrainLayoutVersion = '1.1.3'
4949
archLibraryVersion = '1.1.1'
50-
exoPlayer2Version = '2.10.3'
50+
exoPlayer2Version = '2.10.4'
5151
googleApiClient = '1.30.1'
5252
glide = '4.10.0'
5353
leackCanary = '1.6.3'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Oct 18 21:25:19 JST 2019
1+
#Tue Jan 07 21:35:25 JST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

0 commit comments

Comments
 (0)