Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app committed Aug 17, 2024
1 parent 9cdd3f7 commit 874094e
Show file tree
Hide file tree
Showing 6 changed files with 24,676 additions and 19,415 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ android {
applicationId "app.jerboa.spp"
minSdk 23
targetSdk 34
versionCode 45
versionName "0.6.1"
versionCode 46
versionName "0.7.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/java/app/jerboa/spp/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,8 @@ class MainActivity : AppCompatActivity() {
NewsItem(R.string.news6, R.drawable.__5_5),
NewsItem(R.string.news7, null),
NewsItem(R.string.news8, R.drawable.__6_0),
NewsItem(R.string.news9, null)
NewsItem(R.string.news9, null),
NewsItem(R.string.news10, R.drawable.news)
).reversed()

window.decorView.systemUiVisibility = View.SYSTEM_UI_FLAG_FULLSCREEN
Expand Down
Binary file modified app/src/main/res/drawable/news.webp
Binary file not shown.
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
<string name="news7">0.5.6 20th July 2024\nFixes crashes on app links and concurrent writing, upgrades kotlin/compose.</string>
<string name="news8">0.6.0 24th July 2024\nAdds various new sliders and orbiter toy.</string>
<string name="news9">0.6.1 31st July 2024\nFixes shader and concurrent write crashes.</string>
<string name="news10">0.7.0 17th August 2024\nAdds multi-touch drag/placing, particle size slider, condensed menu, old news section.</string>

</resources>
Binary file modified assets/news.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 874094e

Please sign in to comment.