mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
ci(codemagic): add android app ci to build and publish automatically
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user