aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-09-28 16:52:44 -0700
committerScott Jackson <daneren2005@gmail.com>2015-09-28 16:52:44 -0700
commitf94c691751e065229959da1ff761fa0443ce9534 (patch)
tree8dbdd2d8e94da34479258590c44173a8aa850a6e /app/src/main/AndroidManifest.xml
parent49a2a6a29be4e5effdb7516e39b8d13d0d351bb7 (diff)
downloaddsub-f94c691751e065229959da1ff761fa0443ce9534.tar.gz
dsub-f94c691751e065229959da1ff761fa0443ce9534.tar.bz2
dsub-f94c691751e065229959da1ff761fa0443ce9534.zip
DSub 5.0.3 Released
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 92b157a0..2c756a4c 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="157"
- android:versionName="5.0.2">
+ android:versionCode="158"
+ android:versionName="5.0.3">
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"