Skip to content

Commit 239e5e2

Browse files
committed
Updated for gradle sync.
1 parent 9482753 commit 239e5e2

1 file changed

Lines changed: 21 additions & 12 deletions

File tree

README.md

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,32 @@ App Catalog for AutoLean Applications
44
<img src="http://i.imgur.com/p2fChY4.png" height="300" width="500"/>
55

66
# Include in your project
7-
Download the <a href="https://github.com/AutoLean/ALAppCatalog-Android/blob/master/catalog.aar?raw=true">aar</a>
8-
9-
Copy it into your <i>libs</i> folder (Usually <i>your_project/app_module/libs</i>)
10-
11-
Add the following to your build.gradle:
12-
13-
`compile(name:'catalog', ext:'aar')`
14-
15-
167
`repositories {
17-
flatDir {
18-
dirs 'libs'
19-
}
8+
maven { url "https://jitpack.io" }
9+
}`
10+
11+
`dependencies {
12+
compile 'com.github.AutoLean:ALAppCatalog-Android:1.2'
2013
}`
2114

2215
Extend the `CatalogApp.class` with your Application class and implement the required methods.
2316

2417
# Start
2518
Start the Catalog in your Activity with the following statement:
2619
`Catalog.start(this);`
20+
21+
22+
License
23+
--------
24+
25+
Licensed under the Apache License, Version 2.0 (the "License");
26+
you may not use this file except in compliance with the License.
27+
You may obtain a copy of the License at
28+
29+
http://www.apache.org/licenses/LICENSE-2.0
30+
31+
Unless required by applicable law or agreed to in writing, software
32+
distributed under the License is distributed on an "AS IS" BASIS,
33+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34+
See the License for the specific language governing permissions and
35+
limitations under the License.

0 commit comments

Comments
 (0)