Skip to content

Commit

Permalink
Updated what's new.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeetay committed May 22, 2016
1 parent c660732 commit d53f41c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 1428
versionName "1.8.5 - alpha1"
versionName "1.8.5"
buildConfigField 'String', 'GOOGLE_ANALYTICS_CODE', '""'
}
signingConfigs {
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/whatsnew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<![CDATA[
<h1>New in version %s</h1>
\t • Added option to reverse the magnetic sensor for the small number of phones (e.g. some OnePlusOnes) that have incorrectly implemented the sensor API <br/>
\t • German translation fix<br/>
\t • Fixed manual location bugfix (couldn't enter negative numbers)<br/>
]]>
</string>
</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.android.tools.build:gradle:2.1.0'

// Specified as going here by the Analytics instructions.
classpath 'com.google.gms:google-services:2.0.0-alpha6'
Expand Down

0 comments on commit d53f41c

Please sign in to comment.