Skip to content

Commit

Permalink
版本号更新1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eanya-Tonic committed Oct 9, 2024
1 parent 0588853 commit 543bec9
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 @@ -10,8 +10,8 @@ android {
applicationId "com.eanyatonic.cctvViewer"
minSdk 17
targetSdk 28
versionCode 21
versionName "1.7.2"
versionCode 22
versionName "1.7.3"
ndk{abiFilters "armeabi", "armeabi-v7a", "x86"}
multiDexEnabled true
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<Preference
android:key="version"
android:title="版本号"
android:summary="Version 1.7.2" />
android:summary="Version 1.7.3" />
</PreferenceCategory>

</PreferenceScreen>

0 comments on commit 543bec9

Please sign in to comment.