Skip to content

Commit

Permalink
Bump version code and name
Browse files Browse the repository at this point in the history
  • Loading branch information
razinj committed Oct 19, 2022
1 parent d5fc5e1 commit f0bb9b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ android {
applicationId "com.razinj.context_launcher"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "1.2.4"
versionCode 3
versionName "1.3.0"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down

0 comments on commit f0bb9b0

Please sign in to comment.