Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
# Conflicts:
#	Awful.apk/src/main/AndroidManifest.xml
  • Loading branch information
baka-kaba committed Jan 7, 2020
2 parents 8687138 + 276ecb9 commit b4836a3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Awful.apk/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?><!--
Version code uses the format MmmRR following the Major, minor and Revision portions of the version number.
When a beta is pushed to production, the next beta should increment the minor number. Any updates to that
beta (or the production release) should increment the revision number. This means a beta is always one
minor number ahead of production, so they can be updated independently, and the beta can be pushed to production when ready.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ferg.awfulapp"
android:versionCode="189"
android:versionCode="30608"
android:versionName="3.6.8"
android:installLocation="auto">
<supports-screens
Expand Down

0 comments on commit b4836a3

Please sign in to comment.