Skip to content

Commit

Permalink
Updated changelog and version properties for new beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed May 22, 2021
1 parent 6c90bce commit 61d37b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
VERSION_NAME=6.1.0 Alpha 2
VERSION_CODE=292
VERSION_NAME=6.1.0 Beta 1
VERSION_CODE=293
PACKAGE=it.feio.android.omninotes
MIN_SDK=19
TARGET_SDK=30
Expand Down
2 changes: 1 addition & 1 deletion omniNotes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ dependencies {
fossImplementation 'com.jakewharton.timber:timber:4.5.1'

testImplementation 'junit:junit:4.12'
implementation "androidx.core:core-ktx:+"
implementation "androidx.core:core-ktx:1.5.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}

Expand Down
6 changes: 3 additions & 3 deletions omniNotes/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<changelog bulletedList="true">

<changelogversion
changeDate="Dec 16, 2020"
versionName="6.1.0 Alpha 1">
changeDate="May 22, 2021 Beta 1"
versionName="6.1.0">
<changelogtext>[b]New![/b] Pin your notes on top of notifications</changelogtext>
<changelogtext>[b]New![/b] Dropped support for Android versions older than KitKat to improve
performances
Expand All @@ -31,7 +31,7 @@
</changelogtext>
<changelogtext>[i]Improved![/i] Simplified merging notes: confirmation is no more required
</changelogtext>
<changelogtext>[i]Improved![/i] More intuitive bulk tag editing: all notes'tags will be
<changelogtext>[i]Improved![/i] More intuitive bulk tag editing: all notes' tags will be
preselected for easier management
</changelogtext>
<changelogtext>[i]Improved![/i] Changed position of sharing action in menu to make it faster to
Expand Down

0 comments on commit 61d37b6

Please sign in to comment.