Skip to content

Commit

Permalink
[SMARTI-1152] Update SDK v2.5.1 library. (#30)
Browse files Browse the repository at this point in the history
* [SMARTI-1152] Update SDK v2.5.1 library.

* [SMARTI-1152] Updated CHANGELOG.md file.
  • Loading branch information
nirincon authored Jan 19, 2024
1 parent e45c07b commit c603a69
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v2.5.1
## added
- Update sdk library

# v2.5.0
## added
- Update of the SDK library with the implementation of modularization.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ android {

dependencies {

mainappImplementation files("libs/nativesdk-mainapp-2.5.0.aar")
miniappImplementation files("libs/nativesdk-miniapp-2.5.0.aar")
mainappImplementation files("libs/nativesdk-mainapp-2.5.1.aar")
miniappImplementation files("libs/nativesdk-miniapp-2.5.1.aar")
// AndroidX
implementation "androidx.constraintlayout:constraintlayout:$constraintLayoutVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"
Expand Down
Binary file removed app/libs/nativesdk-mainapp-2.5.0.aar
Binary file not shown.
Binary file added app/libs/nativesdk-mainapp-2.5.1.aar
Binary file not shown.
Binary file removed app/libs/nativesdk-miniapp-2.5.0.aar
Binary file not shown.
Binary file added app/libs/nativesdk-miniapp-2.5.1.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ applicationId=com.mercadolibre.android.point_mainapp_demo

# IMPORTANT: We're using http://semver.org/ for all Android projects, please remember to follow this convention.
# IMPORTANT: The version will be THE SAME for all modules.
versionCode=200200
versionName=2.2.0
versionCode=200501
versionName=2.5.1
minSdkVersion = 23
targetSdkVersion=33
compileSdkVersion=33
Expand Down

0 comments on commit c603a69

Please sign in to comment.