We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7639890 + 0ab6e20 commit ac9258dCopy full SHA for ac9258d
generators/app/index.js
@@ -67,6 +67,8 @@ module.exports = generator.Base.extend({
67
this.copy('gradlew.bat', 'gradlew.bat');
68
this.copy('settings.gradle', 'settings.gradle');
69
this.copy('app/gitignore', 'app/.gitignore');
70
+ this.copy('app/lint.xml', 'app/lint.xml');
71
+ this.copy('app/dependencies.gradle', 'app/dependencies.gradle');
72
this.copy('app/proguard-rules.pro', 'app/proguard-rules.pro');
73
74
this.directory('gradle', 'gradle');
0 commit comments