Skip to content

Commit

Permalink
fixed: comment position
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-8 committed Aug 13, 2024
1 parent 5af0487 commit c544aed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
versionCode 215 // No need to increment this value, it will be automatically incremented by the fastlane
// No need to increment the versionCode, it will be automatically incremented by the fastlane
versionCode 215
versionName "2.24.0"

manifestPlaceholders = [
Expand Down

0 comments on commit c544aed

Please sign in to comment.