Skip to content

Commit ac9258d

Browse files
committedApr 3, 2017
2 parents 7639890 + 0ab6e20 commit ac9258d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎generators/app/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ module.exports = generator.Base.extend({
6767
this.copy('gradlew.bat', 'gradlew.bat');
6868
this.copy('settings.gradle', 'settings.gradle');
6969
this.copy('app/gitignore', 'app/.gitignore');
70+
this.copy('app/lint.xml', 'app/lint.xml');
71+
this.copy('app/dependencies.gradle', 'app/dependencies.gradle');
7072
this.copy('app/proguard-rules.pro', 'app/proguard-rules.pro');
7173

7274
this.directory('gradle', 'gradle');

0 commit comments

Comments
 (0)