Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Oct 13, 2021
1 parent 54ca595 commit 4aa190a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
changelog
=========
2.0.3 (13.10.2021)
------------------
* Update: Target- and CompiledSDK 31
* Add: Words' translation till 1000th
* Update: Dependencies & Gradle

2.0.2 (30.07.2021)
------------------
* Update: Start again instead of returning back to the main menu
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 31
versionCode = 2002
versionName = "2.0.2"
versionCode = 2003
versionName = "2.0.3"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
buildTypes {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2003.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Update: Target- and CompiledSDK 31
* Add: Words' translation till 1000th
* Update: Dependencies & Gradle

0 comments on commit 4aa190a

Please sign in to comment.