Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboy committed Apr 17, 2024
1 parent 2b0cd1b commit a5dae91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId "ru.deadsoftware.cavedroid"
minSdkVersion 24
targetSdkVersion 34
versionCode 13
versionName "alpha0.4.2"
versionCode 14
versionName "alpha0.5.0"
}
applicationVariants.all { variant ->
variant.outputs.all {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {

allprojects {

version = 'alpha0.4.2'
version = 'alpha0.5.0'
ext {
appName = "CaveDroid"
gdxVersion = '1.12.0'
Expand Down
2 changes: 1 addition & 1 deletion core/src/ru/deadsoftware/cavedroid/CaveGame.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class CaveGame extends Game {

private static final String TAG = "CaveGame";

public static final String VERSION = "alpha 0.4.2";
public static final String VERSION = "alpha 0.5.0";

private final MainConfig mMainConfig;
private final MainComponent mMainComponent;
Expand Down

0 comments on commit a5dae91

Please sign in to comment.