Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed Sep 7, 2014
1 parent 407e37a commit 4ac3904
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
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="im.tox.antox"
android:versionCode="31"
android:versionName="0.12.3" >
android:versionCode="32"
android:versionName="0.12.4" >

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

3 comments on commit 4ac3904

@fireflystorm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me know if you are preparing for a release so I can pull all the translation from Transifex.

@markwinter
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Every time I up the version it's going to be released on F-Droid so just submit a PR with the translations whenever

@fireflystorm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm. I am not sure if this would be very smooth.
Do you want to create a Transifex account and I can add you to the admins so you'd be able to pull the code.
Alternatively you can wait a day or two so I can download them manually and set up a PR.

Please sign in to comment.