Skip to content

Commit

Permalink
Bump to version 3.0-rc3 (48) for release
Browse files Browse the repository at this point in the history
From now on, even version codes will be used for official
releases, while odd version codes will be used for previews
and nightlies.

Signed-off-by: Daniele Ricci <[email protected]>
  • Loading branch information
daniele-athome committed Apr 23, 2015
1 parent a25b30a commit 6dd4923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.kontalk"
android:versionCode="46"
android:versionName="3.0-rc3-preview"
android:versionCode="48"
android:versionName="3.0-rc3"
android:installLocation="internalOnly">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="22"/>
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down

0 comments on commit 6dd4923

Please sign in to comment.