Skip to content

Commit aa36e85

Browse files
committed
v020 release
- Fixed the exception handling that can be thrown in the Location API and when accessing the internal service object.
1 parent d02a983 commit aa36e85

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ dependencies {
2727
compile 'com.android.support:support-v4:25.0.0'
2828
compile 'com.android.support.constraint:constraint-layout:1.0.2'
2929
testCompile 'junit:junit:4.12'
30-
implementation project(':axactandroid-release-all-v3.2.6-019')
30+
implementation project(':axactandroid-release-all-v3.2.6-020')
3131
}
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configurations.maybeCreate("default")
2-
artifacts.add("default", file('axactandroid-release-all-v3.2.6-019.aar'))
2+
artifacts.add("default", file('axactandroid-release-all-v3.2.6-020.aar'))

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':axactandroid-release-all-v3.2.6-019'
1+
include ':app', ':axactandroid-release-all-v3.2.6-020'

0 commit comments

Comments
 (0)