Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaanen committed Dec 11, 2023
1 parent 841320d commit cdc340c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.uol.neuropsy.LSLReceiver"
minSdkVersion 26
targetSdkVersion 31
versionCode 3 // increment with every release
versionName '1.2' // change with every release
versionCode 4 // increment with every release
versionName '1.3' // change with every release
setProperty("archivesBaseName", "RECORDA-$versionName")
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down

0 comments on commit cdc340c

Please sign in to comment.