update version to 1.0.4

This commit is contained in:
tibbi 2016-12-15 22:34:44 +01:00
parent 4e7b4483f8
commit a89472edc1
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.simplemobiletools</groupId> <groupId>com.simplemobiletools</groupId>
<artifactId>commons</artifactId> <artifactId>commons</artifactId>
<version>1.0.3</version> <version>1.0.4</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Commons</name> <name>Commons</name>
<description>Some helper functions, dialogs etc used by multiple simple apps.</description> <description>Some helper functions, dialogs etc used by multiple simple apps.</description>

View file

@ -10,7 +10,7 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
versionCode 1 versionCode 1
versionName "1.0.3" versionName "1.0.4"
} }
buildTypes { buildTypes {