Skip to content

Commit

Permalink
Merge pull request #28 from prudrabhat/remove_versioncode
Browse files Browse the repository at this point in the history
Remove versionCode and versionName from build.gradle
  • Loading branch information
prudrabhat committed Jan 31, 2023
2 parents 81990b4 + 621b714 commit 07f9e5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/assurance/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"

buildConfigField("String","EXTENSION_VERSION","\"${rootProject.moduleVersion}\"")
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down

0 comments on commit 07f9e5f

Please sign in to comment.