Skip to content

Commit 31dd453

Browse files
committed
update build gradle - move variables line
1 parent e5121b8 commit 31dd453

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ buildscript {
1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files
1515
}
16-
17-
apply from: "variables.gradle"
1816
}
1917

18+
apply from: "variables.gradle"
19+
2020
allprojects {
2121
repositories {
2222
google()

0 commit comments

Comments
 (0)