diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index cf74f23..5adf336 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,9 +1,6 @@ - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 9f17e40..8558e30 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ buildscript { - ext.kotlin_version = '1.3.41' + ext.kotlin_version = '1.3.50' repositories { jcenter() mavenCentral() @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:3.4.2' + classpath 'com.android.tools.build:gradle:3.5.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 82f83dd..f75e7ff 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu May 30 15:47:28 CEST 2019 +#Sat Aug 24 21:33:18 CEST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip diff --git a/library/build.gradle b/library/build.gradle index 0e0724c..a060f03 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -29,6 +29,6 @@ dependencies { implementation "androidx.core:core-ktx:1.1.0-rc02" implementation "androidx.recyclerview:recyclerview:1.0.0" - implementation "com.google.android.material:material:1.1.0-alpha09" + implementation "com.google.android.material:material:1.1.0-alpha07" implementation 'de.hdodenhof:circleimageview:3.0.0' }