Skip to content

Commit

Permalink
Persiantranslations (sky-map-team#392)
Browse files Browse the repository at this point in the history
Move the persian translations to the right location, hopefully.
  • Loading branch information
jaydeetay authored Dec 19, 2020
1 parent f312c26 commit 6bec6b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'

// Specified as going here by the Firebase instructions.
classpath 'com.google.gms:google-services:4.3.4'
Expand Down

0 comments on commit 6bec6b5

Please sign in to comment.