Skip to content

Commit

Permalink
App v2.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
montimaj committed Nov 12, 2015
1 parent 29abfc6 commit 2dbd8da
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 27 deletions.
84 changes: 63 additions & 21 deletions SecuredQR/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions SecuredQR/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.sxccal.qrcodescanner"
android:versionCode="2"
android:versionName="2.1" >

<uses-sdk
android:minSdkVersion="17"
android:targetSdkVersion="23" />
android:versionName="2.2" >

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion SecuredQR/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<string name="decode">Decode QR image</string>
<string name="sfile">Select Input File</string>
<string name="developers">Developed by Sayantan-Abhisek-Biswarup </string>
<string name="ver">SECURED QR v2.1.1</string>
<string name="ver">SECURED QR v2.2</string>
<string name="about_txt">View source at https://github.com/montimaj/PROJECT_QR</string>
</resources>

0 comments on commit 2dbd8da

Please sign in to comment.