mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 13:48:29 +00:00
Fix font
This commit is contained in:
@@ -10,7 +10,7 @@ android {
|
|||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 30
|
targetSdk 30
|
||||||
versionCode 1
|
versionCode 1
|
||||||
versionName "95.0"
|
versionName "96.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -261,7 +261,7 @@ public class Home extends AppCompatActivity implements NavigationView.OnNavigati
|
|||||||
.showNotification(false)
|
.showNotification(false)
|
||||||
.showBgdToast(false)
|
.showBgdToast(false)
|
||||||
.apkVersionName(Common.versionAppNewest + ".0 ")
|
.apkVersionName(Common.versionAppNewest + ".0 ")
|
||||||
.apkDescription(Common.changelog)
|
.apkDescription(String.format(Common.changelog))
|
||||||
.dialogProgressBarColor(0xFFFF5353)
|
.dialogProgressBarColor(0xFFFF5353)
|
||||||
.jumpInstallPage(false)
|
.jumpInstallPage(false)
|
||||||
.build();
|
.build();
|
||||||
|
|||||||
Reference in New Issue
Block a user