Skip to content

Commit 5a72b4a

Browse files
committed
Update
1 parent 31f8e04 commit 5a72b4a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# AppStoreLibrary
2-
안드로이드 앱스토어 앱에서 제공하는 기능을 래핑한 라이브러리이다.
2+
This is a library for Android AppStore features.
33

4-
# Gradle:
4+
# Gradle & Maven
55
dependencies {
6-
// 조만간 추가 예정
6+
compile 'net.sjava.appstore:library:1.0.1@aar'
77
}
88

9+
<dependency>
10+
<groupId>net.sjava.appstore</groupId>
11+
<artifactId>library</artifactId>
12+
<version>1.0.1</version>
13+
</dependency>
14+
15+
916
# Licence:
1017

1118
Copyright 2015 Justin Song

0 commit comments

Comments
 (0)