Updated fastlane/metadata

This commit is contained in:
partisan 2025-05-26 21:45:06 +02:00
parent b65222ddf9
commit 9dcfe80a26
26 changed files with 90 additions and 82 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId = "partisan.weforge.xyz.pulse"
minSdk = 29
targetSdk = 34
versionCode = 13
versionName = "1.4.1"
versionCode = 14
versionName = "2.0.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Pulse</string>
<string name="description">Redirects outgoing calls to E2EE apps if available.</string>
<string name="description">Redirecting outgoing calls to E2EE apps.</string>
<string name="popup">Redirecting to %1$s</string>
<string name="settings_name">Settings</string>
<string name="popup_name">Popup</string>

View file

@ -1,17 +0,0 @@
package partisan.weforge.xyz.pulse
import org.junit.Test
import org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*
* See [testing documentation](http://d.android.com/tools/testing).
*/
class ExampleUnitTest {
@Test
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
}