We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3046ee8 commit 9d4394dCopy full SHA for 9d4394d
README.md
@@ -0,0 +1,23 @@
1
+# AppStoreLibrary
2
+안드로이드 앱스토어 앱에서 제공하는 기능을 래핑한 라이브러리이다.
3
+
4
+# Gradle:
5
+dependencies {
6
+ // 조만간 추가 예정
7
+}
8
9
+# Licence:
10
11
+Copyright 2015 Justin Song
12
13
+Licensed under the Apache License, Version 2.0 (the "License");
14
+you may not use this file except in compliance with the License.
15
+You may obtain a copy of the License at
16
17
+ http://www.apache.org/licenses/LICENSE-2.0
18
19
+Unless required by applicable law or agreed to in writing, software
20
+distributed under the License is distributed on an "AS IS" BASIS,
21
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22
+See the License for the specific language governing permissions and
23
+limitations under the License.
0 commit comments