Skip to content

Commit

Permalink
Bump GMS version to 24.31.36
Browse files Browse the repository at this point in the history
- Set min sdk level to API 24 due Android restrictions
- Remove tag version for translations strings
- Update some dependences
  • Loading branch information
WSTxda committed Aug 12, 2024
1 parent ea1493a commit 29833fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 16 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ buildscript {
ext.applicationNamespace = "com.google.android.gms"
ext.basePackageName = "app.revanced"

ext.annotationVersion = '1.8.0'
ext.annotationVersion = '1.8.2'
ext.appcompatVersion = '1.7.0'
ext.biometricVersion = '1.1.0'
ext.coreVersion = '1.13.1'
ext.fragmentVersion = '1.8.1'
ext.lifecycleVersion = '2.8.3'
ext.fragmentVersion = '1.8.2'
ext.lifecycleVersion = '2.8.4'
ext.loaderVersion = '1.1.0'
ext.materialVersion = '1.12.0'
ext.mediarouterVersion = '1.7.0'
Expand All @@ -27,7 +27,7 @@ buildscript {

ext.cronetVersion = '119.6045.31'
ext.okhttpVersion = '4.12.0'
ext.slf4jVersion = '2.0.13'
ext.slf4jVersion = '2.0.16'
ext.volleyVersion = '1.2.1'
ext.wearableVersion = '0.1.1'
ext.wireVersion = '5.0.0'
Expand All @@ -36,7 +36,7 @@ buildscript {

ext.androidBuildVersionTools = '34.0.0'

ext.androidMinSdk = 23
ext.androidMinSdk = 24
ext.androidTargetSdk = 29
ext.androidCompileSdk = 34

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

group = 'org.microg.gms'
ext.appVersionName = 5.6
ext.appVersionCode = 242662000
ext.appVersionName = 5.7
ext.appVersionCode = 243136000
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 @@ -42,10 +42,6 @@
<string name="about_android_support_v7_preference">مكتبة دعم v7 preference</string>
<string name="about_android_support_license">رخصة Apache 2.0، مشروع Android Open Source</string>

<!-- UpdateChecker tag controller-->

<string name="github_tag_version">5.6</string>

<!-- Updater strings-->

<string name="check_updates">تحقق من التحديثات</string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
<string name="about_android_support_v7_preference">Biblioteka wsparcia preferencji v7</string>
<string name="about_android_support_license">Licencja Apache 2.0, Android Open Source Project</string>

<!-- Kontroler znacznika UpdateChecker -->

<string name="github_tag_version">5.6</string>

<!-- Aktualizator -->

<string name="check_updates">Sprawdź aktualizacje</string>
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.6</string>
<string name="github_tag_version">5.7</string>

<!-- Updater strings-->

Expand Down

0 comments on commit 29833fb

Please sign in to comment.