IDE update
.idea/jarRepositories.xml unknown status 1
| 1 | + | <?xml version="1.0" encoding="UTF-8"?> | |
| 2 | + | <project version="4"> | |
| 3 | + | <component name="RemoteRepositoriesConfiguration"> | |
| 4 | + | <remote-repository> | |
| 5 | + | <option name="id" value="central" /> | |
| 6 | + | <option name="name" value="Maven Central repository" /> | |
| 7 | + | <option name="url" value="https://repo1.maven.org/maven2" /> | |
| 8 | + | </remote-repository> | |
| 9 | + | <remote-repository> | |
| 10 | + | <option name="id" value="jboss.community" /> | |
| 11 | + | <option name="name" value="JBoss Community repository" /> | |
| 12 | + | <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" /> | |
| 13 | + | </remote-repository> | |
| 14 | + | <remote-repository> | |
| 15 | + | <option name="id" value="BintrayJCenter" /> | |
| 16 | + | <option name="name" value="BintrayJCenter" /> | |
| 17 | + | <option name="url" value="https://jcenter.bintray.com/" /> | |
| 18 | + | </remote-repository> | |
| 19 | + | <remote-repository> | |
| 20 | + | <option name="id" value="Google" /> | |
| 21 | + | <option name="name" value="Google" /> | |
| 22 | + | <option name="url" value="https://dl.google.com/dl/android/maven2/" /> | |
| 23 | + | </remote-repository> | |
| 24 | + | <remote-repository> | |
| 25 | + | <option name="id" value="MavenRepo" /> | |
| 26 | + | <option name="name" value="MavenRepo" /> | |
| 27 | + | <option name="url" value="https://repo.maven.apache.org/maven2/" /> | |
| 28 | + | </remote-repository> | |
| 29 | + | </component> | |
| 30 | + | </project> | |
| 30 | < | ||
| 0 | 31 | < | \ No newline at end of file |
build.gradle
| 1 | 1 | // Top-level build file where you can add configuration options common to all sub-projects/modules. | |
| 2 | 2 | ||
| 3 | 3 | buildscript { | |
| 4 | - | ext.kotlin_version = '1.3.71' | |
| 4 | + | ext.kotlin_version = '1.3.72' | |
| 5 | 5 | repositories { | |
| 6 | 6 | google() | |
| 7 | 7 | jcenter() | |
| 8 | 8 | } | |
| 9 | 9 | dependencies { | |
| 10 | - | classpath 'com.android.tools.build:gradle:3.6.3' | |
| 10 | + | classpath 'com.android.tools.build:gradle:4.0.0' | |
| 11 | 11 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | |
| 12 | 12 | ||
| 13 | 13 | // NOTE: Do not place your application dependencies here; they belong |
gradle/wrapper/gradle-wrapper.properties
| 1 | - | #Thu Apr 23 14:55:15 CEST 2020 | |
| 1 | + | #Sat Jun 06 02:54:23 GMT 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.4-all.zip | |
| 6 | + | distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip |