Skip to content

Commit

Permalink
1.10.2 rc1 (#496)
Browse files Browse the repository at this point in the history
* Prep for release.

* Make the mandatory changes required by the Google Play Store.
(And, while I'm doing that, deal with the mountain of dreary legal
paperwork they now tax devs with).

* Updated Polish translation (#489) (#491)

Co-authored-by: Agnieszka C <[email protected]>

* Merge translation updates into release branch (#493)

* Updated Polish translation (#489)

* Spanish updates (#492)

* Spanish updates

* Spanish updates

* Spanish updates

* Spanish updates

* Spanish updates

* Spanish updates

* Spanish updates

* Spanish updates

---------

Co-authored-by: Agnieszka C <[email protected]>
Co-authored-by: VegaDark <[email protected]>

* Update version number

* Remove the eclipse map.
Update some build settings.

---------

Co-authored-by: Agnieszka C <[email protected]>
Co-authored-by: VegaDark <[email protected]>
  • Loading branch information
3 people authored May 1, 2024
1 parent 7c88c49 commit 731b200
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ plugins {
}

android {
compileSdkVersion 31
compileSdkVersion 33

defaultConfig {
applicationId "com.google.android.stardroid"
minSdkVersion 26
targetSdkVersion 31
versionCode 1541
versionName "1.10.1 - RC1"
targetSdkVersion 33
versionCode 1548
versionName "1.10.3 - RC0"
buildConfigField 'String', 'GOOGLE_ANALYTICS_CODE', '""'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ class HardcodedGallery internal constructor(private val resources: Resources) :
val galleryImages = ArrayList<GalleryImage>()
// Note the internationalized names in places. Be sure that if the
// search term is internationalized in the search index then it is here too.
add(galleryImages, R.drawable.eclipse_map_2024_notext_1920, R.string.eclipse24, R.string
.eclipse24)
add(galleryImages, R.drawable.messenger_11_07_39, R.string.mercury, R.string.mercury)
add(galleryImages, R.drawable.hubble_venus_clouds_tops, R.string.venus, R.string.venus)
add(galleryImages, R.drawable.hubble_mars, R.string.mars, R.string.mars)
Expand Down
Binary file not shown.
3 changes: 1 addition & 2 deletions app/src/main/res/values/whatsnew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +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 • Prototype "Pointer" mode for telescope users <br/>
\t • Clarified the calibration dialog text. <br/>
\t • Removed the map for the 2024 North American Solar Eclipse since it\'s passed. <br/>
]]>
</string>
</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.android.tools.build:gradle:7.1.2'

// Specified as going here by the Firebase instructions.
classpath 'com.google.gms:google-services:4.3.10'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 731b200

Please sign in to comment.