Skip to content

Commit

Permalink
chore: prepare release 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renard314 committed Mar 21, 2016
1 parent 95c0fc4 commit f1b25b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionCode 48
versionCode 49
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.test.InstrumentationTestRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.renard.ocr"
android:installLocation="auto"
android:versionName="3.0.5">
android:versionName="3.0.6">


<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/raw-de/release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
</style>
</head>
<body>
<p class="version_heading">Version 3.0.6</p>
<ul>
<li class="checked">Warnt wenn der Arbeitsspeicher zu niedrig für einen stabilen Scan ist.</li>
</ul>
<p class="version_heading">Version 3.0.5</p>
<ul>
<li class="checked">Texterkennung von sehr kleinen Buchstaben verbessert.</li>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/raw/release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
</style>
</head>
<body>
<p class="version_heading">Version 3.0.6</p>
<ul>
<li class="checked">Show a warning if memory is low to avoid crashes during scanning.</li>
</ul>
<p class="version_heading">Version 3.0.5</p>
<ul>
<li class="checked">Improved text recognition for very small text.</li>
Expand Down

0 comments on commit f1b25b5

Please sign in to comment.