Skip to content

Commit 578581a

Browse files
committed
app rename to Balance Timer
1 parent 52dcc09 commit 578581a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "omegacentauri.mobi.tiltstopwatch"
88
minSdkVersion 4
99
targetSdkVersion 28
10-
versionCode 3
11-
versionName "0.03"
10+
versionCode 4
11+
versionName "0.04"
1212
}
1313
buildTypes {
1414
release {
-4 Bytes
Binary file not shown.

app/release/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"0.03","enabled":true,"outputFile":"TiltStopwatch-release.apk","fullName":"release","baseName":"release"},"path":"TiltStopwatch-release.apk","properties":{}}]
1+
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":4,"versionName":"0.04","enabled":true,"outputFile":"TiltStopwatch-release.apk","fullName":"release","baseName":"release"},"path":"TiltStopwatch-release.apk","properties":{}}]

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />
1111
<application
1212
android:allowBackup="true"
13-
android:label="Tilt Timer"
13+
android:label="Balance Timer"
1414
android:icon="@mipmap/ic_launcher"
1515
android:supportsRtl="true">
1616
<activity android:name=".StopWatch">

0 commit comments

Comments
 (0)