This commit is contained in:
phanhuuloi27
2022-07-20 16:41:53 +07:00
parent 120b07c6ff
commit 8c458abe91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ android {
minSdk 23
targetSdk 30
versionCode 1
versionName "95.0"
versionName "96.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -261,7 +261,7 @@ public class Home extends AppCompatActivity implements NavigationView.OnNavigati
.showNotification(false)
.showBgdToast(false)
.apkVersionName(Common.versionAppNewest + ".0 ")
.apkDescription(Common.changelog)
.apkDescription(String.format(Common.changelog))
.dialogProgressBarColor(0xFFFF5353)
.jumpInstallPage(false)
.build();