Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaargh20318 committed Jul 27, 2015
1 parent 1a7c266 commit 8a109c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ To install the build into a remote repository the following configuration items
To install into a maven repository, run one of the following commands:

Debug/Release | Snapshots/Releases | Command
------------------------------------------------------
--------------|--------------------|-------------------------------------------------------------------
Debug | Snapshot | ./gradlew publishDebugPublicationToTess-two-snapshotsRepository
Debug | Releases | ./gradlew publishDebugPublicationToTess-two-releasesRepository
Release | Snapshot | ./gradlew publishReleasePublicationToTess-two-snapshotsRepository
Expand All @@ -134,12 +134,14 @@ Release | Releases | ./gradlew publishReleasePublicationToTess-t
To use tess-two as a dependency in your Android Gradle project make sure the following lines are in your gradle build files:

app/build.gradle:

dependencies {
compile 'com.googlecode.tesseract.android:tess-two:5.2.0-SNAPSHOT'
// other dependencies
}

build.gradle:

allprojects {
repositories {
mavenLocal()
Expand Down

0 comments on commit 8a109c3

Please sign in to comment.