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

Update compile sdk and fix nullable #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mippe
Copy link

@mippe mippe commented Nov 28, 2024

No description provided.

@@ -2,8 +2,8 @@ apply plugin: 'com.android.library'

android {
namespace "com.remobile.cordova"
compileSdkVersion 23
buildToolsVersion "30.0.3"
compileSdkVersion 34
Copy link

@matti-ida matti-ida Nov 28, 2024

Choose a reason for hiding this comment

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

I think this should be kept in sync with https://github.com/IndoorAtlas/cordova-plugin/blob/react-native/src/android/build.gradle#L5 i.e. 31 currently.
Or alternatively bump both to 34 (though maybe the lower the better, as usually not everyone has migrated to latest build tools / dependency versions :).

compileSdkVersion 23
buildToolsVersion "30.0.3"
compileSdkVersion 34
//buildToolsVersion "30.0.3"

Choose a reason for hiding this comment

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

Just remove commented out stuff if not needed.

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.

2 participants