Skip to content

Commit

Permalink
- AXACT upgraded from 3.2.1 to 3.2.4
Browse files Browse the repository at this point in the history
- FIX typecast error java.lang.ClassCastException: android.telephony.gsm.GsmCellLocation cannot be cast to android.telephony.cdma.CdmaCellLocation
  • Loading branch information
Clebson Derivan committed Aug 4, 2017
1 parent 968fa1c commit 866349b
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 @@ -26,5 +26,5 @@ dependencies {
})
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
compile project(':axactandroid-release-armeabi-v7a-v3.2.1-009')
compile project(':axactandroid-release-armeabi-v7a-v3.2.4-010')
}
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-armeabi-v7a-v3.2.1-009.aar'))
artifacts.add("default", file('axactandroid-release-armeabi-v7a-v3.2.4-010.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-armeabi-v7a-v3.2.1-009'
include ':app', ':axactandroid-release-armeabi-v7a-v3.2.4-010'

0 comments on commit 866349b

Please sign in to comment.