Skip to content

Commit

Permalink
update gradle and dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Mar 27, 2024
1 parent 1b5cac1 commit 87badcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ android {
repositories {
mavenCentral()
google()
maven { url "https://jitpack.io" }
}

dependencies {
Expand All @@ -153,10 +152,10 @@ dependencies {
implementation 'androidx.browser:browser:1.8.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'com.github.leinardi:FloatingActionButtonSpeedDial:3.1.1'
implementation 'com.leinardi.android:speed-dial:3.3.0'
implementation 'org.markdownj:markdownj-core:0.4'
implementation 'jp.wasabeef:recyclerview-animators:4.0.2'
implementation 'com.github.GrenderG:Toasty:1.3.0'
implementation 'com.github.GrenderG:Toasty:1.5.2'

implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Dec 07 18:53:50 CET 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 87badcb

Please sign in to comment.