Skip to content

Commit

Permalink
Merge pull request #2110 from oasisprotocol/ml/android/bump-min-sdk-v…
Browse files Browse the repository at this point in the history
…ersion

android: Bump min SDK version
  • Loading branch information
lubej authored Jan 9, 2025
2 parents c7c1aa8 + 2ddeffc commit 1b2bab5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/2110.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
android: Bump min SDK version
4 changes: 2 additions & 2 deletions android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
minSdkVersion = 22
minSdkVersion = 30
compileSdkVersion = 34
targetSdkVersion = 34
androidxActivityVersion = '1.8.0'
Expand All @@ -13,4 +13,4 @@ ext {
androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.5.1'
cordovaAndroidVersion = '10.1.1'
}
}

0 comments on commit 1b2bab5

Please sign in to comment.