Browse Source

fix(android) - adds the import for the VersionName, since on some configurations it is not automatically imported

j8
Titus-Andrei Moldovan 5 years ago
parent
commit
943996e5b6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      android/build.gradle

+ 1
- 0
android/build.gradle View File

@@ -1,4 +1,5 @@
1 1
 import groovy.json.JsonSlurper
2
+import org.gradle.util.VersionNumber
2 3
 
3 4
 // Top-level build file where you can add configuration options common to all
4 5
 // sub-projects/modules.

Loading…
Cancel
Save