Skip to content

Commit

Permalink
Update version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jan 21, 2024
1 parent 9eeb2cf commit cb2b907
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,15 @@ android {
applicationId "org.billthefarmer.melodeon"
minSdkVersion 21
targetSdkVersion 28
versionCode 118
versionName "1.18"
versionCode 119
versionName "1.19"

buildConfigField "long", "BUILT", System.currentTimeMillis() + "L"
}

lintOptions {
disable 'OldTargetApi',
'NonConstantResourceId', 'LockedOrientationActivity', 'ExpiredTargetSdkVersion',
'AndroidGradlePluginVersion', 'VectorPath'
disable 'OldTargetApi', 'NonConstantResourceId', 'LockedOrientationActivity',
'ExpiredTargetSdkVersion', 'AndroidGradlePluginVersion', 'VectorPath'
// abortOnError false
}

Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-GB/changelog/119.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Update themes
* Update layouts

0 comments on commit cb2b907

Please sign in to comment.