Skip to content

Commit

Permalink
Make Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hamid97m committed Oct 28, 2024
1 parent 5bbc855 commit c23db79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId = "com.farsitel.bazaar.bazaarupdaterSample"
minSdk = 21
targetSdk = 34
versionCode = 1
versionCode = 12
versionName = "1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ internal const val BAZAAR_THIRD_PARTY_APP_DETAIL = "bazaar://details/modal?id="
internal const val BAZAAR_WEB_APP_DETAIL = "https://cafebazaar.ir/app/?id="
internal const val BAZAAR_ERROR_RESULT = -1L

internal const val BAZAAR_CODE_REMOTE_VERSION_SUPPORTED = 2400600
internal const val BAZAAR_CODE_REMOTE_VERSION_SUPPORTED = 2400700

0 comments on commit c23db79

Please sign in to comment.