Enhance the repository list view

This commit is contained in:
2023-03-24 13:40:57 +01:00
parent 8f503b64a4
commit 1dd386c3d6
9 changed files with 172 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.20-RC' apply false
}