Skip to content

Commit

Permalink
Preparing release v1.00.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twystd committed Oct 13, 2014
1 parent b872204 commit dd21dff
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ eclipse
bin
gen
obj
dist
native-lib/.settings/org.eclipse.jdt.ui.prefs
native-lib/.settings/org.eclipse.jdt.ui.prefs
native-lib/.settings/org.eclipse.jdt.core.prefs
Expand Down
2 changes: 1 addition & 1 deletion benchmark/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<resources>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="application">TweetNaCl</string>
<string name="ok">OK</string>
<string name="run">Run</string>
Expand Down
2 changes: 1 addition & 1 deletion native-lib/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="za.co.twyst.tweetnacl"
android:versionCode="1"
android:versionName="0.00.0" >
android:versionName="1.00.0" >

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19" />

Expand Down
1 change: 0 additions & 1 deletion native-lib/lint.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="AllowBackup" severity="ignore" />
</lint>
6 changes: 3 additions & 3 deletions native-lib/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>

<string name="app_name">TweetNaCl</string>
<?xml version="1.0" encoding="utf-8"?>

<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name">TweetNaCl</string>
</resources>
2 changes: 1 addition & 1 deletion test/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="za.co.twyst.tweetnacl.test"
android:versionCode="1"
android:versionName="1.0" >
android:versionName="1.00.0" >

<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="20"/>

Expand Down

0 comments on commit dd21dff

Please sign in to comment.