Skip to content

Commit

Permalink
Update target SDK, geckoview, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
threethan committed Oct 8, 2024
1 parent 499b6de commit 8404e9d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ android {
defaultConfig {
compileSdk 34
minSdkVersion 23
versionCode 1100
versionName "1.1.0"
versionCode 1200
versionName "1.2.0"
targetSdk 34
ndk {
//noinspection ChromeOsAbiSupport
abiFilters "arm64-v8a"
Expand Down Expand Up @@ -33,7 +34,7 @@ android {
}
ext {
// https://maven.mozilla.org/?prefix=maven2/org/mozilla/geckoview/
geckoviewVersion = "125.0.20240419144423"
geckoviewVersion = "131.0.20240923135042"
}
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand Down

0 comments on commit 8404e9d

Please sign in to comment.