Skip to content

Commit

Permalink
New SDK release
Browse files Browse the repository at this point in the history
- Removing the access key from the source code.
  • Loading branch information
rsfreitas committed Jul 12, 2018
1 parent 14c0170 commit d02a983
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 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-018')
implementation project(':axactandroid-release-all-v3.2.6-019')
}
3 changes: 2 additions & 1 deletion app/src/main/java/com/axiros/axactservice/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ public void onCreate(Bundle savedInstanceState)
mServiceIntent = new Intent(this, AxirosService.class);

// abr
mServiceIntent.putExtra("key", "zptkrc8uJaud1spndstrqhCwb/MGaAj72Oiv2WcU43EaawEHu1bGoqrbLdpqF/EQX1ChYOT7dUuKYssVivAHcQ==");
// XXX: Remember to put your key here
mServiceIntent.putExtra("key", "");
mServiceIntent.putExtra("enableWakeLock", "Off");

// only integrators with url need to use it
Expand Down
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-018.aar'))
artifacts.add("default", file('axactandroid-release-all-v3.2.6-019.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-018'
include ':app', ':axactandroid-release-all-v3.2.6-019'

0 comments on commit d02a983

Please sign in to comment.