Skip to content

Commit

Permalink
set release version to 61/2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
matthesrieke committed Mar 21, 2023
1 parent 9fbbb62 commit d01ff15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ ext {
compileSdkVersion = 31
targetSdkVersion = 31
buildToolsVersion = '30.0.2'
versionCode = 60
versionName = "2.2.6"
versionCode = 61
versionName = "2.2.7"
ndkVersion = "21.4.7075529"

javaCompileVersion = JavaVersion.VERSION_1_8
Expand Down
4 changes: 2 additions & 2 deletions org.envirocar.app/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="org.envirocar.app"
android:installLocation="internalOnly"
android:versionCode="60"
android:versionName="2.2.6"
android:versionCode="61"
android:versionName="2.2.7"
>

<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit d01ff15

Please sign in to comment.