Skip to content

Commit

Permalink
update name library (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymrMeli authored Jul 9, 2024
1 parent 6f23734 commit 1a217e9
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
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.8.1.aar")
miniappImplementation files("libs/nativesdk-miniapp-2.8.1.aar")
mainappImplementation files("libs/nativesdk-mainapp-2.8.2.aar")
miniappImplementation files("libs/nativesdk-miniapp-2.8.2.aar")
// AndroidX
implementation "androidx.constraintlayout:constraintlayout:$constraintLayoutVersion"
implementation "androidx.appcompat:appcompat:$appcompatVersion"
Expand Down
Binary file removed app/libs/nativesdk-mainapp-2.8.1.aar
Binary file not shown.
Binary file added app/libs/nativesdk-mainapp-2.8.2.aar
Binary file not shown.
Binary file removed app/libs/nativesdk-miniapp-2.8.1.aar
Binary file not shown.
Binary file added app/libs/nativesdk-miniapp-2.8.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=200801
versionName=2.8.1
versionCode=200802
versionName=2.8.2
minSdkVersion = 23
targetSdkVersion=33
compileSdkVersion=33
Expand Down

0 comments on commit 1a217e9

Please sign in to comment.