Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydeetay committed Dec 19, 2020
2 parents 41cb2b4 + 6bec6b5 commit 7775d5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.google.android.stardroid"
minSdkVersion 21
targetSdkVersion 30
versionCode 1523
versionName "1.9.6 - RC6"
versionCode 1524
versionName "1.9.7 - RC1"
buildConfigField 'String', 'GOOGLE_ANALYTICS_CODE', '""'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
File renamed without changes.
4 changes: 1 addition & 3 deletions app/src/main/res/values/whatsnew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<string name="whats_new_text" translation_description="Description of new features in this version in html">
<![CDATA[
<h1>New in version %s</h1>
\t • Fixed the order of Jupiter and Saturn<br/>
\t • Added the Great Conjunction (Jupiter/Saturn) in Time Travel mode (languages: en,es)<br/>
\t • Internal update to the data generation code<br/>
\t • Persian Translations (Credit: MLDFRJDN) <br/>
]]>
</string>
</resources>

0 comments on commit 7775d5b

Please sign in to comment.