Skip to content

Cannot find sdk-common #31

@bkeller-vuzix

Description

@bkeller-vuzix

I'm trying to use this plug-in, but the versions seem incompatible.

I have Android Studio Meerkat and am targeting API 35.

I noticed the Grease wrapper is using 8.4, so I set mine to match. My Android Gradle Plugin Version is 8.3.2, and my Gradle Version is 8.4.

I can sync my project and run gradle assembleRelease with no issues.

Then I change my plugins to include grease with:

plugins {
    id 'com.android.library'
    id "io.deepmedia.tools.grease" version "0.3.4"
}

If I make no other changes, than using this plug-in, when I try to sync with my gradle files I get the error:

   > Could not find com.android.tools:sdk-common:31.1.4.
     Searched in the following locations:
       - https://plugins.gradle.org/m2/com/android/tools/sdk-common/31.1.4/sdk-common-31.1.4.pom
     Required by:
         project :BarcodeLib > io.deepmedia.tools.grease:io.deepmedia.tools.grease.gradle.plugin:0.3.4 > io.deepmedia.tools:grease:0.3.4

Is there some step I've missed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions