Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
FazziCLAY committed Nov 4, 2023
1 parent 1594613 commit cc45313
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ plugins {
var isDev = false // add .dev to applicationId
var beta = true // add .beta to applicationId
var appIdSuffix = "" // add this to applicationId (E M P T Y F O R R E L E A S E S)
var verBuild = 153 // versionCode
var verName = "1.2 [.3] b_5" // versionName...
var verBranch = "develop" // branch
var verReleaseTime = 1699031812 // releaseTime
var verBuild = 154 // versionCode
var verName = "1.3-pre1-beta" // versionName...
var verBranch = "pre-release" // branch
var verReleaseTime = 1699122208 // releaseTime

android {
compileSdk 34
Expand Down
2 changes: 1 addition & 1 deletion app/src/debug/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="abc_launcherName" translatable="false">OpenToday (Debug)</string>
<string name="abc_launcherName" translatable="false">OpenToday (1.3 Pre-release 1)</string>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<application
android:name="com.fazziclay.opentoday.app.App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher_beta"
android:roundIcon="@mipmap/ic_launcher_beta"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/abc_launcherName"
android:supportsRtl="false"
android:theme="@style/Theme.OpenToday">
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<string name="abc_coped">Coped!</string>
<string name="abc_done_button">Done!</string>
<string name="abc_error_browserNotFound">Please install web-browser</string>
<string name="abc_launcherName" translatable="false">OpenToday</string>
<string name="abc_launcherName" translatable="false">OpenToday (1.3 Pre-release 1)</string>
<string name="abc_not_success">Failed</string>
<string name="abc_ok">OK</string>
<string name="abc_opentoday" translatable="false">OpenToday</string>
Expand Down

0 comments on commit cc45313

Please sign in to comment.