Skip to content

Commit

Permalink
Version 60/2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Feb 24, 2023
1 parent 00ba858 commit a94d268
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 = 59
versionName = "2.2.5"
versionCode = 60
versionName = "2.2.6"
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="59"
android:versionName="2.2.5"
android:versionCode="60"
android:versionName="2.2.6"
>

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

0 comments on commit a94d268

Please sign in to comment.