Skip to content

Commit

Permalink
update to latest IEnvoyProxy, remove from top level build.gradle (I d…
Browse files Browse the repository at this point in the history
…on't think it belongs there, and I don't think we need it twice)
  • Loading branch information
stevenmcdonald committed Jun 20, 2023
1 parent 93ebe3f commit 6e8d44b
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 6e8d44b

Please sign in to comment.