Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native android version code

// android/app/build.gradle

android {

    defaultConfig {

        versionCode 1
        versionName "1.0"

        {...}
    }

    {...}
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #android #version #code
ADD COMMENT
Topic
Name
1+9 =