Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Commit

Permalink
- Updated libraries, documentation in GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
denzilferreira committed Jun 12, 2019
1 parent 76b700e commit 2e382f4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions aware-core/aware.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ext {
mqtt_libs = "1.2.0"
mqtt_libs = '1.2.1'
ion_libs = "2.+"
support_libs = "28.0.0"
google_libs = "16.0.0"
version_code = 814
version_code = 815
version_readable = "4.0." + version_code + "." + "bundle"
compile_sdk = 28
target_sdk = 28
Expand Down
2 changes: 1 addition & 1 deletion aware-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ android {

dependencies {
implementation "org.eclipse.paho:org.eclipse.paho.client.mqttv3:$mqtt_libs"
implementation "com.koushikdutta.ion:ion:$ion_libs"
implementation 'com.koushikdutta.ion:ion:2.2.1'
implementation "com.android.support:design:$support_libs"
implementation "com.android.support:gridlayout-v7:$support_libs"
implementation "com.android.support:cardview-v7:$support_libs"
Expand Down
2 changes: 1 addition & 1 deletion aware-phone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ if (System.getenv("storeFile") != null && System.getenv("storePassword") != null
}

dependencies {
implementation('me.dm7.barcodescanner:zbar:1.8.4') {
implementation('me.dm7.barcodescanner:zbar:1.9.8') {
exclude group: 'com.android.support', module: "support-v4"
}

Expand Down
2 changes: 1 addition & 1 deletion com.aware.plugin.sentimental

0 comments on commit 2e382f4

Please sign in to comment.