Skip to content

Commit

Permalink
update vesion number to 52
Browse files Browse the repository at this point in the history
  • Loading branch information
matthesrieke committed Jan 24, 2022
1 parent 1aee69d commit 7714f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ext {
compileSdkVersion = 31
targetSdkVersion = 31
buildToolsVersion = '30.0.2'
versionCode = 51
versionCode = 52
versionName = "2.1.0"
ndkVersion = "21.4.7075529"

Expand Down
2 changes: 1 addition & 1 deletion org.envirocar.app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.envirocar.app"
android:installLocation="internalOnly"
android:versionCode="51"
android:versionCode="52"
android:versionName="2.1.0"
>

Expand Down

0 comments on commit 7714f31

Please sign in to comment.