Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
WARNING: Progress will be reset
* Update: Migrate to a RoomDatabase
* Add: Nouns translations (300 for now)
* Update: Migrate to Kotlin
* Fix: Bad strings
* Punch of small fixes and improvments
  • Loading branch information
machiav3lli committed Jul 14, 2021
1 parent 31d539c commit 551aabc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
changelog
=========
2.0.0 (14.07.2021)
-------------------
* Update: Migrate to a RoomDatabase
* Add: Nouns translations (300 for now)
* Update: Migrate to Kotlin
* Fix: Bad strings
* Punch of small fixes and improvments

1.2.1 (19.03.2021)
-------------------
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'com.machiav3lli.derdiedas'
minSdkVersion 24
targetSdkVersion 30
versionCode = 1201
versionName = "1.2.1"
versionCode = 2000
versionName = "2.0.0"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2000.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
WARNING: Progress will be reset
* Update to a RoomDatabase
* Add translations (300 for now)
* Migrate to Kotlin
* Performance improvment
* A lot of small fixes

0 comments on commit 551aabc

Please sign in to comment.