aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-01-11 18:17:26 -0800
committerScott Jackson <daneren2005@gmail.com>2016-01-11 18:17:26 -0800
commit2f03e2264f76ce105c981ef4312683a57437431c (patch)
treec18c9fca52a08a18852f7d48721ca4b5f35bdd99 /app/src/main/AndroidManifest.xml
parentf4db59f5744bcab94d2ded1e2874f5e53c9e8e33 (diff)
downloaddsub-2f03e2264f76ce105c981ef4312683a57437431c.tar.gz
dsub-2f03e2264f76ce105c981ef4312683a57437431c.tar.bz2
dsub-2f03e2264f76ce105c981ef4312683a57437431c.zip
DSub 5.1.3 Beta
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 2f3b1a5f..cb03323c 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="168"
- android:versionName="5.1.2">
+ android:versionCode="169"
+ android:versionName="5.1.3">
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"