Skip to content

Commit

Permalink
Fixed text fragment (#57)
Browse files Browse the repository at this point in the history
* Fixed text fragment

* Version bump

---------

Co-authored-by: Leonard <[email protected]>
  • Loading branch information
Lee245 and Leonard authored Jan 15, 2025
1 parent 7285715 commit 1686eff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "foss.cnugteren.nlweer"
minSdkVersion 21
targetSdkVersion 34
versionCode 14
versionName "1.10.2"
versionCode 15
versionName "1.10.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class KnmiTextFragment : Fragment() {
}

// The long term report
if (index == 3) {
if (index == 4) {
group.select("div.col-sm-12.col-md-7").forEach { element ->
element.select("p").forEach { paragraph ->
contents[2] += paragraph.text() + "\n\n"
Expand Down

0 comments on commit 1686eff

Please sign in to comment.