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

Android Build Types - Added new settings via khafile.js file #100

Merged
merged 3 commits into from
Oct 15, 2020
Merged

Android Build Types - Added new settings via khafile.js file #100

merged 3 commits into from
Oct 15, 2020

Conversation

e1e5en-gd
Copy link
Contributor

Added settings for file build.gradle:

  • compileSdkVersion;
  • minSdkVersion;
  • targetSdkVersion;
  • abiFilters.

Added settings for file build.gradle:
- compileSdkVersion;
- minSdkVersion;
- targetSdkVersion;
- abiFilters.
@RobDangerous
Copy link
Member

Kinc itself should decide on compile/targetSdk - eventually maybe by querying the installed SDK version instead of statically as it is now, but it shouldn't be a user option. Otherwise the pull request is fine.

@RobDangerous
Copy link
Member

Hm, thinking about that some more, those settings probably make sense to keep older projects running as is. So here we go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants