re-natal
re-natal copied to clipboard
how to change android target version
when i using the command line re-natal in the win7 cmd.exe,the initial project android target always the 23,how should i change this and from where
when i using the command line re-natal in the win7 cmd.exe,the initial project android target always the 23,how should i change this and from where
Take a look at android/build.gradle
file - it should contains something like this:
buildscript {
ext {
buildToolsVersion = "27.0.3"
minSdkVersion = 16
compileSdkVersion = 27
targetSdkVersion = 26
supportLibVersion = "27.1.1"
}