Skip to content

Commit 53b32ca

Browse files
author
牛良涛
committed
init
1 parent dbac23f commit 53b32ca

4 files changed

Lines changed: 58 additions & 29 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Created by .ignore support plugin (hsz.mobi)
2+
.gitignore
3+
src/main/resources/
4+
src/test/

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 45 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ dependencies {
1313
testCompile group: 'junit', name: 'junit', version: '4.12'
1414

1515
compile 'org.projectlombok:lombok:1.16.16'
16+
'com.github.dcendents:android-maven-gradle-plugin:2.0'
1617
}
18+
19+
apply plugin: 'com.github.dcendents.android-maven'

0 commit comments

Comments
 (0)