Skip to content

Commit

Permalink
Upgrade dependencies + Gradle deprecation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Oct 6, 2023
1 parent 73ad615 commit 466c892
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CommonUtils
8 changes: 5 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import com.github.triplet.gradle.androidpublisher.ReleaseStatus

plugins {
id 'com.github.triplet.play' version '3.8.4'
}
Expand Down Expand Up @@ -37,7 +39,7 @@ android {
}
}

flavorDimensions 'main'
flavorDimensions = ['main']
productFlavors {
standard {
dimension 'main'
Expand Down Expand Up @@ -84,7 +86,7 @@ play {
enabled.set(isCi)
serviceAccountCredentials.set(file("../.github/secrets.json"))
track.set("production")
releaseStatus.set(com.github.triplet.gradle.androidpublisher.ReleaseStatus.DRAFT)
releaseStatus.set(ReleaseStatus.DRAFT)
}

dependencies {
Expand All @@ -108,7 +110,7 @@ dependencies {
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'

implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.10.0'
}

apply plugin: 'com.google.gms.google-services'
Expand Down
2 changes: 1 addition & 1 deletion aria2lib
Submodule aria2lib updated 1 files
+7 −7 build.gradle

0 comments on commit 466c892

Please sign in to comment.