Skip to content

Commit

Permalink
Update gradle tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitsaibot authored and jspricke committed May 3, 2020
1 parent c9af528 commit 6c68dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Expand Up @@ -2,10 +2,6 @@
path = external/colorpicker
url = https://github.com/Etar-Group/android_frameworks_opt_colorpicker.git
branch = rebase
[submodule "external/datetimepicker"]
path = external/datetimepicker
url = https://github.com/Etar-Group/android_frameworks_opt_datetimepicker.git
branch = rebase
[submodule "external/timezonepicker"]
path = external/timezonepicker
url = https://github.com/Etar-Group/standalone-calendar-timezonepicker.git
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
@@ -1,12 +1,12 @@
buildscript {
ext.kotlin_version = '1.3.61'
ext.kotlin_version = '1.3.71'
repositories {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.android.tools.build:gradle:3.6.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlin_version"
}
Expand Down Expand Up @@ -156,7 +156,7 @@ dependencies {
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.android.material:material:1.0.0'
implementation 'com.google.android.material:material:1.1.0'

implementation project(':external:calendar')
implementation project(':external:colorpicker')
Expand Down

0 comments on commit 6c68dd3

Please sign in to comment.