Skip to content

Commit

Permalink
Build 38
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Jun 14, 2023
1 parent df53d90 commit 2633ee0
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 @@ -36,8 +36,8 @@ android {
applicationId "uk.openvk.android.refresh"
minSdk 21
targetSdk 33
versionCode 37
versionName "0.9.37.alpha"
versionCode 38
versionName "0.9.38.alpha"
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_intent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/ApplicationTheme.Toolbar"
android:theme="@style/ApplicationTheme.Toolbar.Dark"
app:contentInsetStartWithNavigation="0dp"
app:layout_constraintBottom_toTopOf="@+id/fragment_screen"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 2633ee0

Please sign in to comment.