Skip to content

Commit

Permalink
Update Gradle and libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
depau committed Feb 7, 2019
1 parent bb245ef commit 4a9278f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Expand Up @@ -33,11 +33,11 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0-alpha01'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
implementation 'com.google.android.material:material:1.1.0-alpha02'
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha01'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha3'
implementation 'com.google.android.material:material:1.1.0-alpha03'
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha02'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation 'androidx.core:core:1.1.0-alpha03'
implementation 'androidx.core:core:1.1.0-alpha04'
implementation 'androidx.fragment:fragment:1.1.0-alpha03'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha01'
api 'com.google.guava:guava:27.0.1-android'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
@@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.3.11'
ext.kotlin_version = '1.3.20'
repositories {
jcenter()
google()
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// For libaums
Expand Down

0 comments on commit 4a9278f

Please sign in to comment.