Skip to content

Commit

Permalink
Bump android versions
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed Jan 3, 2018
1 parent 1e576df commit 7f6edd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ android {
applicationId "edu.ucsd"
minSdkVersion 16
targetSdkVersion 22
versionCode 31
versionName "5.4"
versionCode 38
versionName "5.5"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.ucsd"
android:versionCode="31"
android:versionName="5.4">
android:versionCode="38"
android:versionName="5.5">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
Expand Down

0 comments on commit 7f6edd9

Please sign in to comment.