Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an equivalent method to Android #4803

Closed
qcjxberin opened this issue Jun 11, 2020 · 3 comments
Closed

Is there an equivalent method to Android #4803

qcjxberin opened this issue Jun 11, 2020 · 3 comments

Comments

@qcjxberin
Copy link

buildTypes {
release {
minifyEnabled true
buildConfigField "String", "BUILD_COUNTRY", ""CHINA""//国内
signingConfig signingConfigs.release
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}//debug 默认不开混淆
debug {
minifyEnabled false
buildConfigField "String", "BUILD_COUNTRY", ""CHINA""
signingConfig signingConfigs.debug
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

@moljac moljac added this to the Under Consideration milestone Jun 12, 2020
@moljac
Copy link
Contributor

moljac commented Jun 15, 2020

Hi @qcjxberin

This is gradle file and Xamarin.Android uses MsBuild to build projects. We'll need more info - which step/task in gradle are you asking about?

minifyEnable?
buildConfigField ?
anything else?

@qcjxberin
Copy link
Author

Others are temporarily unnecessary.

@jpobst
Copy link
Contributor

jpobst commented Aug 9, 2022

This is likely obsolete.

@jpobst jpobst closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants