Skip to content

Commit

Permalink
Merge pull request #127 from Crazy-Marvin/development
Browse files Browse the repository at this point in the history
Release 1.8
  • Loading branch information
CrazyMarvin authored Oct 31, 2022
2 parents 36200b2 + 95a96eb commit 7c4d0fd
Show file tree
Hide file tree
Showing 22 changed files with 599 additions and 146 deletions.
10 changes: 7 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "rocks.poopjournal.morse"
minSdkVersion 19
targetSdkVersion 33
versionCode 8
versionName "1.7"
versionCode 9
versionName "1.8"
}

buildTypes {
Expand All @@ -26,10 +26,14 @@ android {
packagingOptions {
exclude 'META-INF/*'
}

lintOptions {
baseline file("lint-baseline.xml")
}
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.google.android.material:material:1.6.1'
}
Loading

0 comments on commit 7c4d0fd

Please sign in to comment.