-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- AXACT upgraded from 3.2.1 to 3.2.4
- 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
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-428 KB
axactandroid-release-armeabi-v7a-v3.2.1-009/axactandroid-release-armeabi-v7a-v3.2.1-009.aar
Binary file not shown.
Binary file added
BIN
+428 KB
axactandroid-release-armeabi-v7a-v3.2.4-010/axactandroid-release-armeabi-v7a-v3.2.4-010.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...lease-armeabi-v7a-v3.2.1-009/build.gradle → ...lease-armeabi-v7a-v3.2.4-010/build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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')) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |