Skip to content

Commit

Permalink
Fix release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Aug 22, 2024
1 parent 97557eb commit 3443ad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lms-material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ dependencies {
implementation 'com.google.android.material:material:1.12.0'
implementation 'io.github.muddz:styleabletoast:2.4.0'
implementation 'org.cometd.java:cometd-java-client:3.1.11'
implementation platform("org.jetbrains.kotlin:kotlin-bom:1.8.22")
implementation 'org.slf4j:slf4j-nop:1.7.30'
implementation platform("org.jetbrains.kotlin:kotlin-bom:1.9.20")
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
Expand Down

0 comments on commit 3443ad2

Please sign in to comment.