Skip to content

Commit d02a983

Browse files
committed
New SDK release
- Removing the access key from the source code.
1 parent 14c0170 commit d02a983

File tree

6 files changed

+5
-4
lines changed

6 files changed

+5
-4
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-018')
30+
implementation project(':axactandroid-release-all-v3.2.6-019')
3131
}

app/src/main/java/com/axiros/axactservice/MainActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ public void onCreate(Bundle savedInstanceState)
5151
mServiceIntent = new Intent(this, AxirosService.class);
5252

5353
// abr
54-
mServiceIntent.putExtra("key", "zptkrc8uJaud1spndstrqhCwb/MGaAj72Oiv2WcU43EaawEHu1bGoqrbLdpqF/EQX1ChYOT7dUuKYssVivAHcQ==");
54+
// XXX: Remember to put your key here
55+
mServiceIntent.putExtra("key", "");
5556
mServiceIntent.putExtra("enableWakeLock", "Off");
5657

5758
// only integrators with url need to use it
-2.39 MB
Binary file not shown.
2.42 MB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
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-018.aar'))
2+
artifacts.add("default", file('axactandroid-release-all-v3.2.6-019.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-018'
1+
include ':app', ':axactandroid-release-all-v3.2.6-019'

0 commit comments

Comments
 (0)