Skip to content

Commit

Permalink
Update version to 2.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lins05 committed Mar 17, 2017
1 parent 55353df commit 64108c5
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 64
versionName "2.1.10"
versionCode 65
versionName "2.1.11"
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="64"
android:versionName="2.1.10">
android:versionCode="65"
android:versionName="2.1.11">

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

0 comments on commit 64108c5

Please sign in to comment.