Skip to content

Commit

Permalink
Remove versionCode and versionName from AAR
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv authored and ortex committed May 13, 2023
1 parent 5550d93 commit b7f6445
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/roc-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion "${apiLevel}".toInteger()
versionCode 1
versionName "1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArgument "runnerBuilder", "de.mannodermaus.junit5.AndroidJUnit5Builder"
Expand Down

0 comments on commit b7f6445

Please sign in to comment.