Skip to content

Commit

Permalink
Update artifact release version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Apr 26, 2018
1 parent d74ea84 commit 2053682
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.2.11-SNAPSHOT
VERSION_NAME=1.2.4
VERSION_CODE=2
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Immunization
Expand Down
4 changes: 2 additions & 2 deletions opensrp-immunization/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ android {

dependencies {
compile 'junit:junit:4.12'
compile('org.smartregister:opensrp-client-core:1.2.5-SNAPSHOT@aar') {
compile('org.smartregister:opensrp-client-core:1.2.3@aar') {
transitive = true
exclude group: 'com.github.bmelnychuk', module: 'atv'
}
compile('org.smartregister:opensrp-client-native-form:1.0.2@aar') {
compile('org.smartregister:opensrp-client-native-form:1.0.3@aar') {
transitive = true
exclude group: 'com.android.support', module: 'recyclerview-v7'
}
Expand Down

0 comments on commit 2053682

Please sign in to comment.