Skip to content

Commit

Permalink
update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Feb 22, 2023
1 parent 828f0c8 commit dc5ed9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "org.billthefarmer.tuner"
minSdkVersion 14
targetSdkVersion 28
versionName "1.48"
versionCode 148
versionName "1.49"
versionCode 149

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/149.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Replace animation with timer
1 change: 0 additions & 1 deletion src/main/java/org/billthefarmer/tuner/Staff.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

package org.billthefarmer.tuner;

import android.animation.ValueAnimator;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
Expand Down

0 comments on commit dc5ed9b

Please sign in to comment.