Skip to content

Commit

Permalink
Several changes I needed to get this compiling again
Browse files Browse the repository at this point in the history
  • Loading branch information
locofocos committed Oct 27, 2024
1 parent 20023d9 commit cb3a97f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {
dependencies {
implementation 'com.squareup:otto:1.3.8'
implementation 'com.github.jberkel.k-9:k9mail-library:eaf689025e'
implementation 'com.android.billingclient:billing:2.0.3'
implementation 'com.android.billingclient:billing:2.1.0'
implementation 'com.firebase:firebase-jobdispatcher:0.8.6'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.preference:preference:1.1.0'
Expand Down
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
Expand All @@ -18,8 +19,12 @@ allprojects {

repositories {
jcenter()
mavenCentral()
maven { url "https://maven.google.com" }
maven { url "https://jitpack.io" }
maven { url "https://jcenter.bintray.com" }
// This is the only repo that seems to be hosting "com.firebase:firebase-jobdispatcher" in 2024
maven { url "https://maven.scijava.org/content/repositories/public/" }
google()
}
}
Expand Down
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Sat Apr 22 23:40:26 CDT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 comments on commit cb3a97f

Please sign in to comment.