frankiesardo / icepick

Android Instance State made easy
Eclipse Public License 1.0
3.75k stars 208 forks source link

Gradle integration isn't working #90

Closed Duna closed 7 years ago

Duna commented 8 years ago
repositories {
    maven { url 'https://maven.fabric.io/public' }
    maven { url 'https://clojars.org/repo/'}
}
dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    compile project(':library')
    compile 'com.android.support:multidex:1.0.1'
    compile "frankiesardo:icepick:3.1.0"
    provided "frankiesardo:icepick-processor:3.1.0"
}

Ant got the error: Error:Could not find frankiesardo:icepick:3.1.0. Required by: ElephantMobile:app:unspecified Search in build.gradle files

shuufi commented 8 years ago

Have this issue as well but the current version is now 3.2.0

From Clojars

image

frankiesardo commented 7 years ago

Seems an isolated problem. Marking this as resolved unless further evidence