Skip to content

Commit

Permalink
Change ID to ReVanced and bump dependences and version
Browse files Browse the repository at this point in the history
- It's not included playback video, buffer fix, still need use spoof option in settings
  • Loading branch information
WSTxda committed Mar 28, 2024
1 parent 0467078 commit 35c8ddb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

buildscript {
ext.applicationNamespace = "com.google.android.gms"
ext.basePackageName = "com.mgoogle"
ext.basePackageName = "app.revanced"

ext.annotationVersion = '1.7.1'
ext.appcompatVersion = '1.6.1'
Expand All @@ -15,22 +15,22 @@ buildscript {
ext.lifecycleVersion = '2.7.0'
ext.loaderVersion = '1.1.0'
ext.materialVersion = '1.11.0'
ext.mediarouterVersion = '1.6.0'
ext.mediarouterVersion = '1.7.0'
ext.multidexVersion = '2.0.1'
ext.navigationVersion = '2.7.7'
ext.preferenceVersion = '1.2.0'
ext.preferenceVersion = '1.2.1'
ext.recyclerviewVersion = '1.3.2'
ext.webkitVersion = '1.10.0'

ext.coroutineVersion = '1.7.3'
ext.kotlinVersion = '1.9.22'
ext.kotlinVersion = '1.9.23'

ext.cronetVersion = '102.5005.125'
ext.okhttpVersion = '4.12.0'
ext.slf4jVersion = '1.7.36'
ext.volleyVersion = '1.2.1'
ext.wearableVersion = '0.1.1'
ext.wireVersion = '4.9.7'
ext.wireVersion = '4.9.8'

ext.androidBuildGradleVersion = '8.3.0'

Expand Down Expand Up @@ -82,8 +82,8 @@ allprojects {
apply plugin: 'idea'

group = 'org.microg.gms'
ext.appVersionName = 5.2
ext.appVersionCode = 240856000
ext.appVersionName = 5.3
ext.appVersionCode = 240914000
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
version = ext.appVersionName+" GMS-"+ext.baseVersion.replaceAll("\\.", "")
ext.isReleaseVersion = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<!-- UpdateChecker tag controller-->

<string name="github_tag_version">5.2</string>
<string name="github_tag_version">5.3</string>

<!-- Updater strings-->

Expand Down

0 comments on commit 35c8ddb

Please sign in to comment.