Skip to content

Commit

Permalink
Prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Nov 15, 2021
1 parent 06ff8cb commit 98403d7
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 @@ -49,8 +49,8 @@ ext {
compileSdkVersion = 30
targetSdkVersion = 30
buildToolsVersion = '30.0.2'
versionCode = 49
versionName = "1.1.9"
versionCode = 50
versionName = "2.0.0"
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="49"
android:versionName="1.1.9">
android:versionCode="50"
android:versionName="2.0.0">

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

0 comments on commit 98403d7

Please sign in to comment.