Skip to content

Commit

Permalink
Stage pre-release 2.4.0a
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice committed Sep 2, 2024
1 parent 35e82d1 commit b7ab746
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ android {
applicationId "eu.pkgsoftware.babybuddywidgets"
minSdkVersion 24
targetSdk 34
versionCode 38
versionName "2.4.0"
versionCode 39
versionName "2.4.0a"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import android.util.Log
class GlobalDebugObject {
companion object {
@JvmStatic
val ENABLED = false
val ENABLED = true
@JvmStatic
val DO_PRINT = true
@JvmStatic
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/note_logging_entry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
android:layout_weight="0"
android:visibility="visible"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/solidButtonGroup"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/noteEditor"
app:srcCompat="@android:drawable/ic_menu_save"
tools:visibility="gone" />
tools:visibility="visible" />

</androidx.constraintlayout.widget.ConstraintLayout>

Expand Down

0 comments on commit b7ab746

Please sign in to comment.