ci(codemagic): add android app ci to build and publish automatically

This commit is contained in:
Amruth Pillai
2022-03-09 23:49:22 +01:00
parent fd752bfd70
commit 1e72efa7ac
2 changed files with 54 additions and 1 deletions

View File

@ -6,12 +6,14 @@ plugins {
android {
compileSdk 32
def appVersionCode = Integer.valueOf(System.env.BUILD_NUMBER ?: 0)
defaultConfig {
applicationId "me.rxresu.app"
minSdk 21
targetSdk 32
versionCode 1
versionName "1.0"
versionCode appVersionCode
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}