Skip to content

Commit

Permalink
[SMARTI-1623] bump version 2.9.2 to release 2.9.2 (#55)
Browse files Browse the repository at this point in the history
* Sdk bump version 2.9.2 to release 2.9.2
  • Loading branch information
danielrussi96 authored Sep 26, 2024
1 parent 13ebe4e commit e04c5fc
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.9.2
## Added
- Update sdk library with some technical improvements.

# v2.9.1
## Fixed
- Update message print onterminal
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ android {

dependencies {

mainappImplementation files("libs/nativesdk-mainapp-2.9.0.aar")
miniappImplementation files("libs/nativesdk-miniapp-2.9.0.aar")
mainappImplementation files("libs/nativesdk-mainapp-2.9.2.aar")
miniappImplementation files("libs/nativesdk-miniapp-2.9.2.aar")
// AndroidX
implementation "androidx.constraintlayout:constraintlayout:$constraintLayoutVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"
Expand Down
Binary file removed app/libs/nativesdk-mainapp-2.9.0.aar
Binary file not shown.
Binary file added app/libs/nativesdk-mainapp-2.9.2.aar
Binary file not shown.
Binary file removed app/libs/nativesdk-miniapp-2.9.0.aar
Binary file not shown.
Binary file added app/libs/nativesdk-miniapp-2.9.2.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 @@ -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=200901
versionName=2.9.1
versionCode=200902
versionName=2.9.2
minSdkVersion = 23
targetSdkVersion=33
compileSdkVersion=33
Expand Down

0 comments on commit e04c5fc

Please sign in to comment.