Skip to content

Commit

Permalink
updated version for playstore release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wall, Arne de (52-North) committed Nov 22, 2019
1 parent 6c82075 commit 22d1398
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 @@ -50,8 +50,8 @@ ext {
compileSdkVersion = 28
targetSdkVersion = 28
buildToolsVersion = '28.0.3'
versionCode = 35
versionName = "1.0.0"
versionCode = 37
versionName = "1.0.1"

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="36"
android:versionName="1.0.0">
android:versionCode="37"
android:versionName="1.0.1">

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

0 comments on commit 22d1398

Please sign in to comment.