diff --git a/app/build.gradle b/app/build.gradle index d8fa2dee..13aaf597 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,8 +48,8 @@ android { minSdkVersion 26 //noinspection OldTargetApi targetSdkVersion 30 - versionCode 9 - versionName "2.0.2" + versionCode 10 + versionName "2.0.4" setProperty("archivesBaseName", "myaccounts") // name will be myaccounts-release.apk testInstrumentationRunner "com.acmpo6ou.myaccounts.HiltTestRunner"