Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
trife authored and trife committed Mar 7, 2017
1 parent c447420 commit e6a188b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/reload-dex" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/restart-dex" />
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.fieldbook.tracker"
android:versionCode="330"
android:versionName="3.3.0">
android:versionCode="331"
android:versionName="3.3.1">

<uses-feature android:name="android.hardware.location" android:required="false"/>

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/raw/changelog_releases.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
30/3.3.0
30/3.3.1
Added a location trait
Added a button for missing values
Added a citation dialog
Expand Down

0 comments on commit e6a188b

Please sign in to comment.