Skip to content

Commit

Permalink
update GeckoView
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe1st committed Jan 3, 2025
1 parent 7492162 commit f1adab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'org.jsoup:jsoup:1.14.3'
implementation "org.mozilla.geckoview:geckoview:95.0.20211218203254"
implementation "org.mozilla.geckoview:geckoview:133.0.20241209150345"
implementation 'androidx.preference:preference:1.2.0'
implementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
testImplementation 'junit:junit:4.13.2'
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />


<application
android:allowBackup="true"
android:extractNativeLibs="true"
Expand Down

0 comments on commit f1adab7

Please sign in to comment.