Skip to content

Commit

Permalink
1.10.3 rc1 (#497)
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.

* Version number bump.

* Update android.yml

Try updating java version

---------

Co-authored-by: Agnieszka C <[email protected]>
Co-authored-by: VegaDark <[email protected]>
  • Loading branch information
3 people authored May 3, 2024
1 parent 731b200 commit 7a51e89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 12
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down
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 1548
versionName "1.10.3 - RC0"
versionCode 1549
versionName "1.10.3 - RC1"
buildConfigField 'String', 'GOOGLE_ANALYTICS_CODE', '""'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 7a51e89

Please sign in to comment.