Skip to content

Commit b4f3f75

Browse files
committed
add "make publish" command
1 parent 3c5e065 commit b4f3f75

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ clean:
66
build:
77
./gradlew assembleDebug
88
apk: build
9+
app: build
10+
11+
publish:
12+
./gradlew publishMavenPublicationToMavenLocal
913

1014
buildRelease:
1115
./gradlew assembleRelease

0 commit comments

Comments
 (0)