kotovalexarian
/
android
Archived
1
0
Fork 0

Upgrade project dependencies

This commit is contained in:
Alex Kotov 2021-10-09 06:45:58 +05:00
parent ca014b21fa
commit 9b83541fdc
No known key found for this signature in database
GPG Key ID: F5C82CA2E30FD612
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ dependencies {
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
implementation 'androidx.core:core-ktx:1.6.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'

View File

@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5'
classpath 'com.android.tools.build:gradle:7.0.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files