Code Monkey home page Code Monkey logo

Comments (8)

CarGuo avatar CarGuo commented on June 12, 2024

不好意思,之前一直没注意,最新版本1.0.2现在我调到了API 15

from frescoutils.

wangguifa avatar wangguifa commented on June 12, 2024

好的,谢谢

from frescoutils.

wangguifa avatar wangguifa commented on June 12, 2024

compile 'com.shuyu:FrescoUtils:1.0.1'这个是上一个版本吗?
现在换成这个compile 'com.github.CarGuo:FrescoUtils:v1.0.2'出错了

Error: Failed to resolve: com.github.CarGuo:FrescoUtils:v1.0.2
Show in File
Show in Project Structure dialog

是我的错吗?

from frescoutils.

CarGuo avatar CarGuo commented on June 12, 2024

具体看这个 #2 因为某些原因,现在切换到了仓库,还请见谅

from frescoutils.

wangguifa avatar wangguifa commented on June 12, 2024

可是现在导入错误,这是什么原因呢?新建一个项目导入也是出错,可是上一个版本就没问题?能指导一下吗?谢谢

from frescoutils.

CarGuo avatar CarGuo commented on June 12, 2024

因为之前是jcenter的,1.0.2开始都是在jitpack上面了,所以需要maven { url 'https://jitpack.io' },在主页的readme上面有写着哟!还请见谅哈~

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
    compile 'com.github.CarGuo:FrescoUtils:v1.0.2'
}

from frescoutils.

wangguifa avatar wangguifa commented on June 12, 2024

好的,谢谢哈,其实我是菜鸟,不懂maven,麻烦你了

from frescoutils.

wangguifa avatar wangguifa commented on June 12, 2024

现在可以用了,麻烦你了

from frescoutils.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.