Skip to content

Commit

Permalink
Bump up sdc library version to 0.1.0-alpha02
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 committed Mar 29, 2021
1 parent 66d79bb commit fa147aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacapture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'maven-publish'
}
group = 'com.google.android.fhir'
version = "0.1.0-alpha01"
version = "0.1.0-alpha02"
task sourceJar(type: Jar) {
archiveClassifier.set('sources')
from android.sourceSets.main.java.srcDirs
Expand Down

0 comments on commit fa147aa

Please sign in to comment.