Skip to content

Commit

Permalink
Bump build version for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMarkiel committed Apr 23, 2024
1 parent fca425a commit 6b72844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ android {
applicationId "io.tshdev.reactnativestarter"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionCode 3
versionName "1.0"
testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down

0 comments on commit 6b72844

Please sign in to comment.