Skip to content

Commit

Permalink
Version 58/2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Oct 21, 2022
1 parent f0517f0 commit 789bfd7
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 @@ -59,8 +59,8 @@ ext {
compileSdkVersion = 31
targetSdkVersion = 31
buildToolsVersion = '30.0.2'
versionCode = 55
versionName = "2.2.1"
versionCode = 58
versionName = "2.2.4"
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="55"
android:versionName="2.2.1"
android:versionCode="58"
android:versionName="2.2.4"
>

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

0 comments on commit 789bfd7

Please sign in to comment.