Skip to content

Commit

Permalink
updated gradle version from 8.7 to 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-alfresco committed Oct 9, 2024
1 parent 1109093 commit 506aa46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ActionMoveFragment : Fragment() {
arguments?.let { bundle ->
val entryObj = bundle.getParcelable(ENTRY_OBJ_KEY) as Entry?
requestLauncher = registerForActivityResult(MoveResultContract(entryObj)) {
viewModel.onResult?.resume(it) { cause, _, _ -> null(cause) }
viewModel.onResult?.resume(it, null)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ retrofit = "2.11.0"
#alfresco-process = "com.alfresco.android:process:0.1.3-SNAPSHOT"

android-desugar = "com.android.tools:desugar_jdk_libs:2.1.2"
android-gradle = "com.android.tools.build:gradle:8.6.1"
android-gradle = "com.android.tools.build:gradle:8.7.0"

androidx-activity = "androidx.activity:activity-ktx:1.9.2"
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
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 @@
#Sat Jun 18 20:47:24 IST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 506aa46

Please sign in to comment.