diff --git a/Hyperrail/build.gradle b/Hyperrail/build.gradle index a2784331..304f8c15 100644 --- a/Hyperrail/build.gradle +++ b/Hyperrail/build.gradle @@ -8,8 +8,8 @@ apply plugin: 'com.android.application' apply plugin: 'com.google.gms.google-services' apply plugin: 'com.google.firebase.crashlytics' -def VERSION_CODE = 54 -def VERSION_NAME = '1.3.0' +def VERSION_CODE = 55 +def VERSION_NAME = '1.3.1' android { compileSdkVersion 31