Skip to content

Commit

Permalink
Remove the eclipse map.
Browse files Browse the repository at this point in the history
Update some build settings.
  • Loading branch information
jaydeetay committed May 1, 2024
1 parent 76b6665 commit f611f88
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.google.android.stardroid"
minSdkVersion 26
targetSdkVersion 33
versionCode 1547
versionName "1.10.2 - RC5"
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.
5 changes: 1 addition & 4 deletions app/src/main/res/values/whatsnew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +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 • Added a time travel entry for the 2024 North American Solar Eclipse. <br/>
\t • Added Turkish translations - thank you srcemre@ <br/>
\t • Updated Polish translations - thank you Aga-C@ <br/>
\t • Updated Spanish translations - thank you VegaDark@ <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 f611f88

Please sign in to comment.