Skip to content

Commit 8fe9d12

Browse files
committed
app:update version to 2.4.148
dump new release to 2.4.147 (Awaiting publication)
1 parent 3d35159 commit 8fe9d12

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ android {
8080
applicationId = namespace
8181
minSdk = 33
8282
targetSdk = 35
83-
versionCode = 147
84-
versionName = "2.4.147"
83+
versionCode = 148
84+
versionName = "2.4.148"
8585

8686
val buildTime = SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(Date())
8787
buildConfigField("String", "BUILD_TIME", "\"$buildTime\"")
16.1 KB
Loading
-29.7 KB
Binary file not shown.

app/src/main/res/xml/prefs_about.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
</Preference>
2828

2929
<Preference
30-
android:icon="@drawable/ic_nekoqiqi"
30+
android:icon="@drawable/ic_lingqiqi"
3131
android:layout="@layout/preference_round_layout"
32-
android:summary="\@mu7220 | Architecture &amp; Hook"
32+
android:summary="\@lingqiqi5211 | Architecture &amp; Hook"
3333
android:title="铃柒柒">
3434
<intent
3535
android:action="android.intent.action.VIEW"
36-
android:data="https://github.com/mu7220" />
36+
android:data="https://github.com/lingqiqi5211" />
3737
</Preference>
3838

3939
<Preference

0 commit comments

Comments
 (0)