diff --git a/app/build.gradle b/app/build.gradle index bde94243..c1317535 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { applicationId "fr.acinq.eclair.wallet.mainnet2" minSdkVersion 21 targetSdkVersion 29 - versionCode 52 - versionName "0.4.12-DEV" + versionCode 53 + versionName "0.4.12" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled true }