We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08f83b commit cc1bf1cCopy full SHA for cc1bf1c
app/build.gradle
@@ -79,7 +79,7 @@ dependencies {
79
implementation "com.google.android.material:material:1.12.0"
80
implementation "com.google.guava:guava:24.1-jre"
81
82
- implementation "com.termux.termux-app:termux-shared:7bceab88e2"
+ implementation "com.termux.termux-app:termux-shared:8aca6dbbf4"
83
// Use if below libraries are published locally by termux-app with `./gradlew publishReleasePublicationToMavenLocal` and used with `mavenLocal()`.
84
// If updates are done, republish there and sync project with gradle files here
85
// https://github.com/termux/termux-app/wiki/Termux-Libraries
0 commit comments