Skip to content

Commit 396d267

Browse files
Change to Alpha-0.4.2
1 parent 951efb7 commit 396d267

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

kapotopia/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId "gdx.kapotopia"
2121
minSdkVersion 14
2222
targetSdkVersion 28
23-
versionCode 14
24-
versionName "Alpha-0.4.1"
23+
versionCode 15
24+
versionName "Alpha-0.4.2"
2525
}
2626
buildTypes {
2727
release {

kapotopia/core/src/gdx/kapotopia/GameConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
public class GameConfig {
66

77
// TODO changer VERSION_NAME ET VERSION_CODE à chaque fois que l'on update le jeu, pas trouvé de moyen pour les liés automatiquement au gradle build d'android
8-
public static final String VERSION_NAME = "Alpha-0.4.1";
9-
public static final int VERSION_CODE = 14;
8+
public static final String VERSION_NAME = "Alpha-0.4.2";
9+
public static final int VERSION_CODE = 15;
1010

1111
public static final float GAME_WIDTH = 720;
1212
public static final float GAME_HEIGHT = 1280;

0 commit comments

Comments
 (0)