aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-01-17 15:53:01 -0800
committerScott Jackson <daneren2005@gmail.com>2016-01-17 15:53:01 -0800
commit22546b0fc8e166a9df493ced66daf0ead0944c67 (patch)
tree796374e463316e4d3941bd6bddc0abd2b26c4d85 /app/src/main/AndroidManifest.xml
parent0a4e2e304319bb21da877d4cf59dcdcbb386d3ad (diff)
downloaddsub-22546b0fc8e166a9df493ced66daf0ead0944c67.tar.gz
dsub-22546b0fc8e166a9df493ced66daf0ead0944c67.tar.bz2
dsub-22546b0fc8e166a9df493ced66daf0ead0944c67.zip
DSub 5.1.4 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 6dbd7973..083f24bf 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="171"
- android:versionName="5.1.3">
+ android:versionCode="172"
+ android:versionName="5.1.4">
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"