fix-7 Fix displaying items by recyclewVIew. Update dependencies (#8)

This commit is contained in:
2022-11-22 17:35:42 +01:00
committed by Adrian Kuta
parent 40c8e28e45
commit 34b3a760e7
13 changed files with 38 additions and 45 deletions

View File

@@ -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.5.30'
ext.kotlin_version = '1.7.20'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.2'
classpath 'com.android.tools.build:gradle:7.3.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files