Skip to content

Commit

Permalink
Merge pull request #528 from enviroCar/develop
Browse files Browse the repository at this point in the history
increased version for release
  • Loading branch information
dewall authored Jul 14, 2020
2 parents b0c65dc + a439c43 commit 8f4ccb5
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 = 46
versionName = "1.1.6"
versionCode = 47
versionName = "1.1.7"

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="46"
android:versionName="1.1.6">
android:versionCode="47"
android:versionName="1.1.7">

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

0 comments on commit 8f4ccb5

Please sign in to comment.