Skip to content

Commit

Permalink
Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan676 committed Jun 25, 2016
1 parent c8e94b5 commit 8897700
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 54
versionName "2.1.0"
versionCode 55
versionName "2.1.1"
resValue "string", "authorities", applicationId + '.cameraupload.provider'
resValue "string", "account_type", "com.seafile.seadroid2.account.api2"
buildConfigField "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="54"
android:versionName="2.1.0">
android:versionCode="55"
android:versionName="2.1.1">

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

0 comments on commit 8897700

Please sign in to comment.