Skip to content

Commit

Permalink
Merge pull request #69 from greatfire/iep-142
Browse files Browse the repository at this point in the history
update to latest IEnvoyProxy
  • Loading branch information
stevenmcdonald authored Jun 20, 2023
2 parents 93ebe3f + 6e8d44b commit fe78d7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ buildscript {
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32'
classpath 'org.greatfire:IEnvoyProxy:1.4.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion android/envoy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'org.greatfire.envoy:cronet:107.0.5304.150-1'
implementation 'org.greatfire:IEnvoyProxy:1.4.1'
implementation 'org.greatfire:IEnvoyProxy:1.4.2'

// debugApi(name: 'cronet-debug', ext: 'aar')
// releaseApi(name: 'cronet-release', ext: 'aar')
Expand Down

0 comments on commit fe78d7c

Please sign in to comment.