deepmedia / deepmedia/Grease

Cannot find sdk-common

Open
#31 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
107
Forks
11
PR merge metrics
No merged PRs in 30d

Description

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](https://github.com/deepmedia/Grease/blob/main/gradle/wrapper/gradle-wrapper.properties) 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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.