livefront / bridge

An Android library for avoiding TransactionTooLargeException during state saving and restoration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to resolve: com.github.livefront:bridge:v1.1.3

gilromeu opened this issue · comments

When running the gradle this error occurs

image

To find the error, I include

repositories {
maven {url "https://jitpack.io"}
}
however it should be included in

allprojects {
maven {url "https://jitpack.io"}
}

Well technically I think its supposed to be

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

See https://jitpack.io/ . I might need to update the docs to make that more clear.