Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Aug 10, 2023
1 parent 457b455 commit 13911cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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.buses"
minSdkVersion 14
targetSdkVersion 28
versionName "1.04"
versionCode 104
versionName "1.05"
versionCode 105

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/105.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Update app widget
3 changes: 0 additions & 3 deletions src/main/java/org/billthefarmer/buses/BusesWidgetRefresh.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@

import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Build;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.util.Log;

// BusesWidgetRefresh
Expand Down

0 comments on commit 13911cd

Please sign in to comment.