APP-1424 | Playground Support (#3)

This commit is contained in:
rahul bhat
2023-04-11 13:57:57 +05:30
committed by GitHub Enterprise
parent effaae66ef
commit f8e323e9ea
14 changed files with 340 additions and 34 deletions

View File

@@ -1,5 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
nav_version = "2.5.3"
}
}
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false