feat: Make sample more customizable (#43)

This commit is contained in:
2023-02-16 10:07:41 +01:00
committed by GitHub
parent 1a812acb9e
commit 3df7541505
24 changed files with 798 additions and 531 deletions

View File

@ -5,6 +5,9 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:7.4.1")
// Safe Navigation
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.5.3")
}
}