Skip to content

Commit

Permalink
3.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Varnius committed Jul 19, 2021
1 parent bf2ccb0 commit ed780c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ dependencies {
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.core:core-ktx:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation "androidx.preference:preference-ktx:1.1.0"

implementation 'androidx.navigation:navigation-fragment-ktx:2.3.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.1'

implementation 'com.argyle:argyle-plugin-android-source:3.0.9'
implementation 'com.argyle:argyle-plugin-android-source:3.0.14'

}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext{
kotlin_version = '1.3.21'
kotlin_version = '1.5.20'
version_lifecycle_extensions = "2.0.0"
RETROFIT_VERSION = '2.4.0'
GLIDE_VERSION = '4.9.0'
Expand Down

0 comments on commit ed780c6

Please sign in to comment.