Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f0ba193ec | ||
|
|
87ed5b0fa8 | ||
|
|
6947743ac0 | ||
|
|
07e3710d44 | ||
|
|
e68da7764f | ||
|
|
c3ff894027 | ||
|
|
f09f731d30 | ||
|
|
956c4341c7 | ||
|
|
7b68264dd7 |
@@ -1,6 +1,7 @@
|
||||
import java.io.ByteArrayOutputStream
|
||||
|
||||
val ignoreGitVersion: String by project
|
||||
val acraVersion = "5.9.7"
|
||||
|
||||
plugins {
|
||||
id("com.android.application")
|
||||
@@ -187,6 +188,9 @@ dependencies {
|
||||
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
|
||||
|
||||
implementation("ch.acra:acra-http:$acraVersion")
|
||||
implementation("ch.acra:acra-toast:$acraVersion")
|
||||
|
||||
// Matomo
|
||||
implementation("com.github.matomo-org:matomo-sdk-android:4.1.4")
|
||||
}
|
||||
|
500 Internal Server Error
Gitea Version: 1.28.0+dev-215-g805697089e | ||||