Skip to content

Commit

Permalink
Dynamic utils 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Aug 8, 2021
1 parent 8af8ebf commit f674684
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
'minSdk' : 14,
'targetSdk' : 31,
'buildTools': '31.0.0',
'dynamic' : '4.0.1',
'dynamic' : '4.2.0',
'preference': '1.1.1'
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
import com.pranavpandey.android.dynamic.engine.service.DynamicStickyService;
import com.pranavpandey.android.dynamic.engine.task.DynamicAppMonitor;
import com.pranavpandey.android.dynamic.engine.util.DynamicEngineUtils;
import com.pranavpandey.android.dynamic.utils.DynamicSdkUtils;
import com.pranavpandey.android.dynamic.utils.DynamicTaskUtils;
import com.pranavpandey.android.dynamic.util.DynamicSdkUtils;
import com.pranavpandey.android.dynamic.util.DynamicTaskUtils;

import java.util.ArrayList;
import java.util.LinkedHashMap;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import androidx.annotation.NonNull;
import androidx.preference.PreferenceManager;

import com.pranavpandey.android.dynamic.utils.DynamicDeviceUtils;
import com.pranavpandey.android.dynamic.util.DynamicDeviceUtils;

import java.util.ArrayList;
import java.util.Arrays;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import androidx.core.content.ContextCompat;

import com.pranavpandey.android.dynamic.engine.task.DynamicAppMonitor;
import com.pranavpandey.android.dynamic.utils.DynamicSdkUtils;
import com.pranavpandey.android.dynamic.util.DynamicSdkUtils;

/**
* Sticky service which will restart automatically if killed by the system.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
import com.pranavpandey.android.dynamic.engine.DynamicEngine;
import com.pranavpandey.android.dynamic.engine.model.DynamicAppInfo;
import com.pranavpandey.android.dynamic.engine.util.DynamicEngineUtils;
import com.pranavpandey.android.dynamic.utils.DynamicSdkUtils;
import com.pranavpandey.android.dynamic.utils.concurrent.DynamicResult;
import com.pranavpandey.android.dynamic.utils.concurrent.DynamicTask;
import com.pranavpandey.android.dynamic.util.DynamicSdkUtils;
import com.pranavpandey.android.dynamic.util.concurrent.DynamicResult;
import com.pranavpandey.android.dynamic.util.concurrent.DynamicTask;

/**
* A {@link DynamicTask} to monitor foreground to provide app specific functionality.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

import com.pranavpandey.android.dynamic.engine.DynamicEngine;
import com.pranavpandey.android.dynamic.engine.model.DynamicAppInfo;
import com.pranavpandey.android.dynamic.utils.DynamicSdkUtils;
import com.pranavpandey.android.dynamic.util.DynamicSdkUtils;

/**
* Helper class used for the {@link DynamicEngine}.
Expand Down

0 comments on commit f674684

Please sign in to comment.