Skip to content

Commit

Permalink
Bump GMS version to 23.50.14
Browse files Browse the repository at this point in the history
- Update okhttp dependence
  • Loading branch information
WSTxda committed Jan 15, 2024
1 parent 9ddf3c2 commit 2558719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ allprojects {
apply plugin: 'idea'

group = 'org.microg.gms'
ext.appVersionCode = 234955000
ext.appVersionCode = 235014000
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
version = "4.3 GMS."+ext.baseVersion.replaceAll("\\.", "")
version = "4.4 GMS."+ext.baseVersion.replaceAll("\\.", "")
ext.isReleaseVersion = false
}

Expand Down
2 changes: 1 addition & 1 deletion play-services-core/microg-ui-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appcompatVersion"
implementation "androidx.preference:preference:$preferenceVersion"
implementation "com.google.android.material:material:$materialVersion"
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
}

0 comments on commit 2558719

Please sign in to comment.