Switch to tagged gplayapi and protobuf-javalite
- Going forward we aim to tag the gplayapi for better versioning. - 3.0.1 which is the current version uses protobuf-javalite causes issues when used with protobuf-java, so also switch to lite. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -101,7 +101,7 @@ dependencies {
|
|||||||
implementation "androidx.multidex:multidex:2.0.1"
|
implementation "androidx.multidex:multidex:2.0.1"
|
||||||
|
|
||||||
//Protobuf
|
//Protobuf
|
||||||
implementation "com.google.protobuf:protobuf-java:3.17.2"
|
implementation "com.google.protobuf:protobuf-javalite:3.22.3"
|
||||||
|
|
||||||
//Apache's Goodies
|
//Apache's Goodies
|
||||||
implementation "commons-io:commons-io:2.11.0"
|
implementation "commons-io:commons-io:2.11.0"
|
||||||
@@ -168,7 +168,7 @@ dependencies {
|
|||||||
implementation "com.github.topjohnwu.libsu:core:${versions.libsu}"
|
implementation "com.github.topjohnwu.libsu:core:${versions.libsu}"
|
||||||
|
|
||||||
//Love <3
|
//Love <3
|
||||||
api "com.gitlab.AuroraOSS:gplayapi:0e224071f3"
|
implementation "com.gitlab.AuroraOSS:gplayapi:3.0.1"
|
||||||
|
|
||||||
//Test
|
//Test
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ import com.aurora.store.view.epoxy.views.details.FileViewModel_
|
|||||||
import com.aurora.store.view.epoxy.views.details.InfoViewModel_
|
import com.aurora.store.view.epoxy.views.details.InfoViewModel_
|
||||||
import com.aurora.store.view.epoxy.views.details.MoreBadgeViewModel_
|
import com.aurora.store.view.epoxy.views.details.MoreBadgeViewModel_
|
||||||
import com.aurora.store.view.ui.commons.BaseActivity
|
import com.aurora.store.view.ui.commons.BaseActivity
|
||||||
import com.google.protobuf.MapEntry
|
|
||||||
import nl.komponents.kovenant.task
|
import nl.komponents.kovenant.task
|
||||||
import nl.komponents.kovenant.ui.failUi
|
import nl.komponents.kovenant.ui.failUi
|
||||||
import nl.komponents.kovenant.ui.successUi
|
import nl.komponents.kovenant.ui.successUi
|
||||||
|
|||||||
Reference in New Issue
Block a user