Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c05ed1c55 | |||
| 2125cefdac | |||
| 29be5a0e74 |
@@ -15,7 +15,7 @@ android {
|
||||
minSdk = 22
|
||||
targetSdk = 36
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
versionName = "0.10.1"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
@@ -57,6 +57,6 @@ dependencies {
|
||||
androidTestImplementation(libs.androidx.compose.ui.test.junit4)
|
||||
debugImplementation(libs.androidx.compose.ui.tooling)
|
||||
debugImplementation(libs.androidx.compose.ui.test.manifest)
|
||||
implementation("androidx.appcompat:appcompat:1.7.0")
|
||||
implementation("androidx.appcompat:appcompat:1.7.1")
|
||||
implementation("com.google.android.exoplayer:exoplayer:2.19.1")
|
||||
}
|
||||
@@ -50,6 +50,7 @@ class MainActivity : Activity() {
|
||||
copyRawToFiles(R.raw.meeresrauschen, "meeresrauschen.ogg", soundFolder)
|
||||
copyRawToFiles(R.raw.regen, "regen.ogg", soundFolder)
|
||||
copyRawToFiles(R.raw.zombi, "zombi.ogg", soundFolder)
|
||||
copyRawToFiles(R.raw.zombi_refrain, "zombi-refrain.ogg", soundFolder)
|
||||
|
||||
val status = findViewById<TextView>(R.id.statusText)
|
||||
val input = findViewById<EditText>(R.id.timerInput)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user