aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-12-17 17:46:19 -0800
committerScott Jackson <daneren2005@gmail.com>2015-12-17 17:46:19 -0800
commite35adb5b6c83219452fc9adbde68749e8e16af62 (patch)
treed8c1c56d267b895fef7b2cbfc1269f1165ab9df4 /app/src/main/AndroidManifest.xml
parent20a1b02b9c12d2c06d64012ece772319a97bbdb7 (diff)
downloaddsub-e35adb5b6c83219452fc9adbde68749e8e16af62.tar.gz
dsub-e35adb5b6c83219452fc9adbde68749e8e16af62.tar.bz2
dsub-e35adb5b6c83219452fc9adbde68749e8e16af62.zip
DSub 5.1.2 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 c5bd2d8b..be941740 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="166"
- android:versionName="5.1.1">
+ android:versionCode="167"
+ android:versionName="5.1.2">
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="github.daneren2005.dsub"