Skip to content

Commit

Permalink
v020 release
Browse files Browse the repository at this point in the history
- Fixed the exception handling that can be thrown in the Location API
  and when accessing the internal service object.
  • Loading branch information
rsfreitas committed Feb 19, 2019
1 parent d02a983 commit aa36e85
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ dependencies {
compile 'com.android.support:support-v4:25.0.0'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
implementation project(':axactandroid-release-all-v3.2.6-019')
implementation project(':axactandroid-release-all-v3.2.6-020')
}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('axactandroid-release-all-v3.2.6-019.aar'))
artifacts.add("default", file('axactandroid-release-all-v3.2.6-020.aar'))
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':axactandroid-release-all-v3.2.6-019'
include ':app', ':axactandroid-release-all-v3.2.6-020'

0 comments on commit aa36e85

Please sign in to comment.