Skip to content

Commit

Permalink
Updated version to 2.1.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
lins05 committed Feb 21, 2017
1 parent 5c54050 commit e566ae4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'com.seafile.seadroid2'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 63
versionName "2.1.9"
versionCode 64
versionName "2.1.10"
multiDexEnabled true
resValue "string", "authorities", applicationId + '.cameraupload.provider'
resValue "string", "account_type", "com.seafile.seadroid2.account.api2"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.seafile.seadroid2"
android:versionCode="63"
android:versionName="2.1.9">
android:versionCode="64"
android:versionName="2.1.10">

<uses-sdk
tools:overrideLibrary="us.feras.mdv" />
Expand Down

0 comments on commit e566ae4

Please sign in to comment.