Skip to content

Commit

Permalink
2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbxyyx committed Oct 29, 2024
1 parent a76f96e commit 1cdd4e6
Show file tree
Hide file tree
Showing 2 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 @@ -26,8 +26,8 @@ android {
applicationId "com.github.jsbxyyx.xbook"
minSdk 27
targetSdk 33
versionCode 26
versionName "2.6"
versionCode 27
versionName "2.7"
archivesBaseName = "xplay"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
android:text="清除设置" />

<LinearLayout
android:layout_marginTop="100dp"
android:layout_marginTop="40dp"
android:orientation="vertical"
android:gravity="center"
android:layout_gravity="center"
Expand All @@ -180,14 +180,14 @@

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="30dp"
android:gravity="center"
android:text="当前版本:" />

<TextView
android:id="@+id/tv_version"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="30dp"
android:gravity="center"
android:text="0.1" />

Expand Down

0 comments on commit 1cdd4e6

Please sign in to comment.