Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Mar 8, 2023
1 parent 6a5a3ca commit 4b2c49d
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -49,8 +49,8 @@ android {
prepaid {}
traccar {
applicationId 'org.traccar.gateway'
versionCode 8
versionName '5.0'
versionCode 9
versionName '5.1'
}
}

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
android.enableJetifier=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m

0 comments on commit 4b2c49d

Please sign in to comment.