Update Version to 2.5 Support WeChat(Base Save Battery)

This commit is contained in:
2021-12-22 01:12:54 +08:00
parent 5707a8b394
commit 163eecc0b8
2 changed files with 4 additions and 4 deletions

View File

@@ -22,8 +22,8 @@ android {
minSdkVersion 22
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 26
versionCode 7
versionName "2.4"
versionCode 8
versionName "2.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}