Skip to content

Commit 655403d

Browse files
Changed: Bump termux-shared to 9ee1c9d5ad
Related commit termux/termux-app@d2cd6ac2 The older `b0e1dbc3da` commit is also resulting in `> Could not GET 'https://jitpack.io/com/termux/termux-app/termux-shared/b0e1dbc3da/termux-shared-b0e1dbc3da.pom'. Received status code 401 from server: Unauthorized` and build is not found in jitpack commits list. Related issue jitpack/jitpack.io#7063
1 parent b4aae98 commit 655403d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
implementation "com.google.android.material:material:1.12.0"
8080
implementation "com.google.guava:guava:24.1-jre"
8181

82-
implementation "com.termux.termux-app:termux-shared:b0e1dbc3da"
82+
implementation "com.termux.termux-app:termux-shared:9ee1c9d5ad"
8383
// Use if below libraries are published locally by termux-app with `./gradlew publishReleasePublicationToMavenLocal` and used with `mavenLocal()`.
8484
// If updates are done, republish there and sync project with gradle files here
8585
// https://github.com/termux/termux-app/wiki/Termux-Libraries

0 commit comments

Comments
 (0)