소스 검색

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

j8
Titus-Andrei Moldovan 5 년 전
부모
커밋
943996e5b6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      android/build.gradle

+ 1
- 0
android/build.gradle 파일 보기

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

Loading…
취소
저장