Skip to content

Commit

Permalink
Merge pull request #63 from mercadolibre/feature/SMARTI-1833-On-Deman…
Browse files Browse the repository at this point in the history
…d-Updates

[SMARTI-1833] On-Demand Installation SmartApps version 4.0.2.
  • Loading branch information
russiMeli authored Jan 7, 2025
2 parents fd50fb7 + c0ea4bd commit 5c3f6ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v4.0.2
## Added
- Implement new metadata for on-demand app installation.

# v4.0.1
## Fixed
- Fix: Improve Payment Flow Validation and Payment Method Adjustments
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ android {

dependencies {

implementation files("libs/nativesdk-4.0.1.aar")
implementation files("libs/nativesdk-4.0.2.aar")
// AndroidX
implementation "androidx.constraintlayout:constraintlayout:$constraintLayoutVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ miniAppAplicationId=com.mercadolibre.android.point_miniapp_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=400001
versionName=4.0.1
versionCode=400002
versionName=4.0.2
minSdkVersion = 23
targetSdkVersion=33
compileSdkVersion=33
Expand Down

0 comments on commit 5c3f6ba

Please sign in to comment.