Skip to content

Commit bc3c076

Browse files
Ian CraggsGerrit Code Review @ Eclipse.org
authored andcommitted
Merge "Fixing Android Sample App Version to 0.1" into develop
2 parents 361f3e7 + a4f4cd8 commit bc3c076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • org.eclipse.paho.android.service/org.eclipse.paho.android.sample

org.eclipse.paho.android.service/org.eclipse.paho.android.sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdkVersion 22
1414
targetSdkVersion 22
1515
versionCode 1
16-
versionName "1.0"
16+
versionName "0.1"
1717
}
1818
buildTypes {
1919
release {

0 commit comments

Comments
 (0)