Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaajjo committed Apr 20, 2023
1 parent b9c1ce7 commit a1b3841
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.kaajjo.libresudoku"
minSdk 26
targetSdk 33
versionCode 6
versionName "1.4.2"
versionCode 7
versionName "1.5.0"

vectorDrawables {
useSupportLibrary true
Expand All @@ -35,7 +35,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/7.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Change date formats
Option to remember the previously selected difficulty and game type
Improved game completion screen
New languages
Other fixes and improvements
Full changelog available on GitHub

0 comments on commit a1b3841

Please sign in to comment.