bump dependencies

This commit is contained in:
grakovne
2026-05-17 01:33:54 +03:00
parent 2eaeeb812d
commit 3cce2fb4e4
2 changed files with 3 additions and 18 deletions

View File

@@ -28,17 +28,6 @@ ksp {
arg("room.schemaLocation", "$projectDir/schemas")
}
fun gitCommitHash(): String {
return try {
val process = ProcessBuilder("git", "rev-parse", "--short", "HEAD")
.redirectErrorStream(true)
.start()
process.inputStream.bufferedReader().use { it.readText().trim() }
} catch (e: Exception) {
"stable"
}
}
android {
namespace = "org.grakovne.lissen"
compileSdk = 36
@@ -48,15 +37,11 @@ android {
}
defaultConfig {
val commitHash = gitCommitHash()
applicationId = "org.grakovne.lissen"
minSdk = 28
targetSdk = 36
versionCode = 10911
versionName = "1.9.11-$commitHash"
buildConfigField("String", "GIT_HASH", "\"$commitHash\"")
versionCode = 10912
versionName = "1.9.12-release"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -16,7 +16,7 @@ localbroadcastmanager = "1.1.0"
loggingInterceptor = "5.3.2"
material = "1.11.1"
material3 = "1.4.0"
materialVersion = "1.13.0"
materialVersion = "1.14.0"
media3Exoplayer = "1.10.1"
navigationCompose = "2.9.8"
okhttp = "5.3.2"