build: establish Android beta packaging
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package cloud.molberg.hermesmobile
|
||||
|
||||
import org.junit.Assert.assertEquals
|
||||
import org.junit.Test
|
||||
|
||||
class BetaPackageMetadataTest {
|
||||
@Test
|
||||
fun generatedMetadataMatchesFirstBetaIdentity() {
|
||||
assertEquals("cloud.molberg.hermesmobile", BuildConfig.APPLICATION_ID)
|
||||
assertEquals("0.1.0-beta.1", BuildConfig.VERSION_NAME)
|
||||
assertEquals(10001, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user