Skip to content

Commit

Permalink
update envoy dependency and version code
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew N Bogner committed Jan 14, 2023
1 parent e53dc67 commit 08e52d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ android {
targetSdkVersion 33
// current: targetSdkVersion 31
// TODO: update versionName with each release
versionName "3.8"
versionName "3.9"
// TODO: update versionCode with each PR
versionCode 100381
versionCode 100390
testApplicationId 'org.greatfire.wikiunblocked.test'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
Expand Down Expand Up @@ -177,7 +177,7 @@ android {
fdroid {
applicationId 'org.greatfire.wikiunblocked.fdroid'
// static string for fdroid repo
versionName '3.8-fdroid'
versionName '3.9-fdroid'
// TODO: see above re: signing code
// signingConfig signingConfigs.prod
}
Expand Down Expand Up @@ -354,7 +354,7 @@ dependencies {
// implementation files('libs/IEnvoyProxy.aar')
// use maven dependencies to support automation
implementation 'org.greatfire.envoy:cronet:102.0.5005.41'
implementation 'org.greatfire:envoy:102.0.5005.41.6'
implementation 'org.greatfire:envoy:102.0.5005.41.7'
implementation 'org.greatfire:IEnvoyProxy:1.2.1'
}

Expand Down

0 comments on commit 08e52d4

Please sign in to comment.