Skip to content

Commit

Permalink
Geckoview updated to version 127.
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Mueller <[email protected]>
  • Loading branch information
manfred-mueller authored and Manfred Mueller committed Jul 7, 2024
1 parent c069a56 commit d460d76
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ ext {
}

android {
compileSdkVersion 33
buildToolsVersion "30.0.3"
compileSdk 34

defaultConfig {
applicationId "com.nass.ek.w3browser"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode rootProject.ext.verCode
versionName rootProject.ext.verName
setProperty("archivesBaseName", "w3browser-$versionName")
Expand All @@ -34,12 +33,12 @@ android {

dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.12.0'


implementation ("org.mozilla.geckoview:geckoview${geckoviewChannel}:${geckoviewVersion}") {
Expand Down

0 comments on commit d460d76

Please sign in to comment.