We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2d6024 commit 7d2b703Copy full SHA for 7d2b703
README.md
@@ -22,7 +22,7 @@ Them include the openalpr-android dependency:
22
dependencies {
23
24
// ... other dependencies here.
25
- compile 'com.github.SandroMachado:openalpr-android:1.0.0'
+ compile 'com.github.SandroMachado:openalpr-android:1.0.1'
26
}
27
```
28
Sample/OpenALPRSample/app/build.gradle
@@ -9,7 +9,7 @@ android {
9
minSdkVersion 16
10
targetSdkVersion 23
11
versionCode 1
12
- versionName "1.0"
+ versionName "1.0.1"
13
14
buildTypes {
15
release {
app/build.gradle
@@ -11,7 +11,7 @@ android {
16
17
0 commit comments