Skip to content

Commit

Permalink
Change VersionName.
Browse files Browse the repository at this point in the history
  • Loading branch information
fajaragungpramana committed Jan 27, 2021
1 parent 56dd495 commit 92154bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "0.0.1"
versionName "0.0.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
6 changes: 3 additions & 3 deletions field/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ afterEvaluate {
from components.release

groupId = 'com.github.fajargungpramana.field'
version = '0.0.1'
version = '0.0.4'
}
debug(MavenPublication) {
from components.debug

groupId = 'com.github.fajargungpramana.field'
version = '0.0.1'
version = '0.0.4'
}
}
}
Expand All @@ -31,7 +31,7 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "0.0.1"
versionName "0.0.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 92154bf

Please sign in to comment.