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:
Aayush Gupta
2023-04-22 21:58:14 +05:30
parent 797f0eb2b0
commit b590edacce
2 changed files with 2 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ dependencies {
implementation "androidx.multidex:multidex:2.0.1"
//Protobuf
implementation "com.google.protobuf:protobuf-java:3.17.2"
implementation "com.google.protobuf:protobuf-javalite:3.22.3"
//Apache's Goodies
implementation "commons-io:commons-io:2.11.0"
@@ -168,7 +168,7 @@ dependencies {
implementation "com.github.topjohnwu.libsu:core:${versions.libsu}"
//Love <3
api "com.gitlab.AuroraOSS:gplayapi:0e224071f3"
implementation "com.gitlab.AuroraOSS:gplayapi:3.0.1"
//Test
testImplementation 'junit:junit:4.13.2'

View File

@@ -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.MoreBadgeViewModel_
import com.aurora.store.view.ui.commons.BaseActivity
import com.google.protobuf.MapEntry
import nl.komponents.kovenant.task
import nl.komponents.kovenant.ui.failUi
import nl.komponents.kovenant.ui.successUi