diff --git a/Hyperrail/build.gradle b/Hyperrail/build.gradle index fdd70f3..d31ea39 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 = 61 -def VERSION_NAME = '1.4.2' +def VERSION_CODE = 62 +def VERSION_NAME = '1.4.3' android { compileSdk 34