Skip to content

Commit

Permalink
Update various things for cbf2024
Browse files Browse the repository at this point in the history
  • Loading branch information
richardthe3rd committed Apr 30, 2024
1 parent cff8443 commit d32f431
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
compileSdkVersion 33
namespace 'ralcock.cbf'
defaultConfig {
versionCode 25
versionName "2023.0.0.1"
versionCode 26
versionName "2024.0.0.1"
minSdkVersion 14
targetSdkVersion 33

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public final class BeerDatabaseHelper extends OrmLiteSqliteOpenHelper {
public static final String DATABASE_NAME = "BEERS";

private static final int DB_VERSION = 30; // cbf2023
private static final int DB_VERSION = 31; // cbf2024

private Breweries fBreweries;
private Beers fBeers;
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values/festival.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<resources>
<string name="app_name">Cambridge Beer Festival</string>
<string name="festival_name">Cambridge Beer Festival 2023</string>
<string name="festival_hashtag">cbf2023</string>
<string name="festival_name">Cambridge Beer Festival 2024</string>
<string name="festival_hashtag">cbf2024</string>
<string name="festival_website_url">https://www.cambridgebeerfestival.com/</string>
<string formatted="false" name="share_intent_subject">Drinking a %1$s at the %2$s</string>
<string formatted="false" name="share_intent_text">Drinking %1$s %2$s</string>
<string name="beer_list_url">https://data.cambridgebeerfestival.com/cbf2023/beer.json</string>
<string name="beer_list_url">https://data.cambridgebeerfestival.com/cbf2024/beer.json</string>
</resources>

0 comments on commit d32f431

Please sign in to comment.