diff --git a/mobile/build.gradle b/mobile/build.gradle index ca459661..a319395d 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -6,8 +6,8 @@ android { applicationId "org.fedorahosted.freeotp" minSdkVersion 23 targetSdkVersion 33 - versionCode 44 - versionName "2.0.3" + versionCode 45 + versionName "2.0.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments clearPackageData: 'true' }