Skip to content

Commit

Permalink
Update v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham66 committed Dec 2, 2024
1 parent 89d16c6 commit 5ad3c0f
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 19 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Already have an application? Give it a boost with the powerful features of InTou

| Version | Supported SDK Version |
| ---- | ---- |
| [v1.0.2](docs/v1.0.2/README.md) | - Mappls Intouch SDK v1.4.1 |
| [v1.0.2](docs/v1.0.2/README.md) | - Mappls Intouch SDK v1.4.2 |
| [v1.0.1](docs/v1.0.1/README.md) | - Mappls Intouch SDK v1.3.1 |
| [v1.0.0](docs/v1.0.0/README.md) | - Mappls Intouch SDK v1.2.2 |

Expand All @@ -30,13 +30,13 @@ For more details of previous documentation versions , [click here](docs/v1.0.2/D

| Version | Last Updated | Author | Release Note|
| ---- | ---- | ---- | ---- |
| v1.4.2 | 28 November 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes |
| v1.4.1 | 18 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes |
| v1.4.0 | 01 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Added Road Details Callback on Every location Change |
| v1.3.1 | 19 July 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes|
| v1.3.0 | 14 June 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Added Android 14 support <br/> - Added feature to open app on click of Notification <br/> - Significant Improvement|
| v1.2.2 | 13 September 2023 | Mappls API Team ([MA](https://github.com/mdakram)) ([DK](https://github.com/katariadeepak86)) | - Bug Fixes|

For more details of previous versions , [click here](./Version-History.md).
For more details of previous versions , [click here](docs/v1.0.2/Version-History.md).

## [Table Of Content](#Table-Of-Content)

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation "com.google.android.material:material:1.4.1"
implementation 'com.afollestad.material-dialogs:core:0.9.6.0'
implementation 'com.mappls.sdk:intouch-sdk:1.4.0'
implementation 'com.mappls.sdk:intouch-sdk:1.4.2'
implementation 'com.android.support:multidex:1.0.3'
// implementation 'com.mappls.sdk:ble-plugin:1.0.0'

Expand Down
2 changes: 1 addition & 1 deletion docs/v1.0.2/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ allprojects {
- Add below dependency in your app-level `build.gradle`

```java
implementation 'com.mappls.sdk:intouch-sdk:1.4.1'
implementation 'com.mappls.sdk:intouch-sdk:1.4.2'
```

### Add Java 8 Support to the project
Expand Down
4 changes: 2 additions & 2 deletions docs/v1.0.2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Already have an application? Give it a boost with the powerful features of InTou

| Version | Supported SDK Version |
| ---- | ---- |
| [v1.0.2](docs/v1.0.2/README.md) | - Mappls Intouch SDK v1.4.1 |
| [v1.0.2](docs/v1.0.2/README.md) | - Mappls Intouch SDK v1.4.2 |
| [v1.0.1](docs/v1.0.1/README.md) | - Mappls Intouch SDK v1.3.1 |
| [v1.0.0](docs/v1.0.0/README.md) | - Mappls Intouch SDK v1.2.2 |

Expand All @@ -30,11 +30,11 @@ For more details of previous documentation versions , [click here](./Documentati

| Version | Last Updated | Author | Release Note|
| ---- | ---- | ---- | ---- |
| v1.4.2 | 28 November 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes |
| v1.4.1 | 18 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes |
| v1.4.0 | 01 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Added Road Details Callback on Every location Change |
| v1.3.1 | 19 July 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes|
| v1.3.0 | 14 June 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Added Android 14 support <br/> - Added feature to open app on click of Notification <br/> - Significant Improvement|
| v1.2.2 | 13 September 2023 | Mappls API Team ([MA](https://github.com/mdakram)) ([DK](https://github.com/katariadeepak86)) | - Bug Fixes|

For more details of previous versions , [click here](./Version-History.md).

Expand Down
1 change: 1 addition & 0 deletions docs/v1.0.2/Version-History.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

| Version | Last Updated | Author | Release Note|
| ---- | ---- | ---- | ---- |
| v1.4.2 | 28 November 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes |
| v1.4.1 | 18 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes |
| v1.4.0 | 01 October 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Added Road Details Callback on Every location Change |
| v1.3.1 | 19 July 2024| Mappls API Team ([MA](https://github.com/mdakram)) ([ST](https://github.com/saksham66)) | - Bug Fixes|
Expand Down
7 changes: 5 additions & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#

##############################################################################
#
Expand Down Expand Up @@ -55,7 +57,7 @@
# Darwin, MinGW, and NonStop.
#
# (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project.
#
# You can find Gradle at https://github.com/gradle/gradle/.
Expand Down Expand Up @@ -84,7 +86,8 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
22 changes: 12 additions & 10 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem

@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
Expand Down Expand Up @@ -43,11 +45,11 @@ set JAVA_EXE=java.exe
%JAVA_EXE% -version >NUL 2>&1
if %ERRORLEVEL% equ 0 goto execute

echo.
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand All @@ -57,11 +59,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe

if exist "%JAVA_EXE%" goto execute

echo.
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
echo.
echo Please set the JAVA_HOME variable in your environment to match the
echo location of your Java installation.
echo. 1>&2
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
echo. 1>&2
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
echo location of your Java installation. 1>&2

goto fail

Expand Down

0 comments on commit 5ad3c0f

Please sign in to comment.