Skip to content

Commit

Permalink
fix crash on startup in release version
Browse files Browse the repository at this point in the history
  • Loading branch information
btimofeev committed Nov 6, 2020
1 parent d958f86 commit 590ddcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ dependencies {
// Support libraries
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation "androidx.fragment:fragment:1.2.5"
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.2'
classpath 'com.android.tools.build:gradle:4.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10"
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.5.2.0"
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.6.2.0"
}
}

Expand Down

0 comments on commit 590ddcb

Please sign in to comment.