Skip to content

Allow inclusion as Android app module - #195

Open
gxcare wants to merge 9 commits into
mpatric:masterfrom
gxcare:master
Open

Allow inclusion as Android app module#195
gxcare wants to merge 9 commits into
mpatric:masterfrom
gxcare:master

Conversation

@gxcare

@gxcare gxcare commented Jul 22, 2022

Copy link
Copy Markdown

With those two files the library can be used as a module in Android apps.

The only requirement for the user is to add the following declaration in the app build.gradle file:
ext { compileSdkVersion = 31 }

@Angor313 Angor313 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/main/AndroidManifest.xml

@sphrak

sphrak commented Jan 12, 2023

Copy link
Copy Markdown

correct me if im wrong but wont this make it impossible for jvm only projects to use it since it always applies the android framework plugin? 🤔

@gxcare

gxcare commented Jan 12, 2023

Copy link
Copy Markdown
Author

Yes, the provided gradle file is able to build only for Android, but you are not providing one for jvm only as I guess in that case the build environment is maven.

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.

3 participants