mirror of
https://github.com/etesync/android
synced 2024-11-22 07:58:09 +00:00
Update requery and kotlin version.
This commit is contained in:
parent
58b54f9d66
commit
6196b71a67
@ -145,7 +145,7 @@ dependencies {
|
||||
transitive = true
|
||||
}
|
||||
|
||||
def requeryVersion = '1.5.1'
|
||||
def requeryVersion = '1.6.0'
|
||||
implementation "io.requery:requery:$requeryVersion"
|
||||
implementation "io.requery:requery-android:$requeryVersion"
|
||||
implementation "io.requery:requery-kotlin:$requeryVersion"
|
||||
|
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
ext {
|
||||
kotlin_version = '1.2.71'
|
||||
kotlin_version = '1.3.30'
|
||||
gradle_version = '3.2.1'
|
||||
compileSdkVersion = 28
|
||||
buildToolsVersion = '28.0.3'
|
||||
@ -15,7 +15,7 @@ ext {
|
||||
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.2.71'
|
||||
ext.kotlin_version = '1.3.30'
|
||||
ext.gradle_version = '3.2.1'
|
||||
|
||||
repositories {
|
||||
|
Loading…
Reference in New Issue
Block a user