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 a1b94a8 commit 76b700e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aware-core/aware.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
ion_libs = "2.+"
support_libs = "28.0.0"
google_libs = "16.0.0"
version_code = 813
version_code = 814
version_readable = "4.0." + version_code + "." + "bundle"
compile_sdk = 28
target_sdk = 28
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply from: 'aware-core/aware.gradle'

buildscript {

ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.31'

repositories {
maven {
Expand Down

0 comments on commit 76b700e

Please sign in to comment.