Skip to content

Commit

Permalink
Release 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VGSebastian committed Oct 25, 2024
1 parent ee28205 commit 9a1f56c
Show file tree
Hide file tree
Showing 4 changed files with 6 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 @@ -7,8 +7,8 @@ android {
applicationId "org.c_base.c_beam"
minSdkVersion 26
targetSdkVersion 35
versionCode 35
versionName "1.7.0"
versionCode 36
versionName "1.7.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ public Fragment getItem(int position) {
fragment.setArguments(new Bundle());
pages[position] = fragment;
} else {

fragment = pages[position];
}
return fragment;
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_mainbuttons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:clickable="false"
android:text="BAR" />

</RelativeLayout>
Expand Down
3 changes: 3 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release Notes

1.7.1
- Add bar status indicator

1.7.0
- Fix push notifications and update minSdk version

Expand Down

0 comments on commit 9a1f56c

Please sign in to comment.