update gradle file
This commit is contained in:
parent
a3156cff8b
commit
0901633942
@ -47,3 +47,5 @@ dependencies {
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
|
||||
}
|
||||
|
||||
apply from: rootProject.file('scripts/upload.gradle')
|
@ -50,3 +50,5 @@ dependencies {
|
||||
implementation "androidx.navigation:navigation-fragment:$nav_version"
|
||||
implementation "androidx.navigation:navigation-ui:$nav_version"
|
||||
}
|
||||
|
||||
apply from: rootProject.file('scripts/upload.gradle')
|
Reference in New Issue
Block a user