Skip to content

Commit

Permalink
Updated api level and updated app version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed Jul 29, 2024
1 parent ec4ca7a commit a79f85c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ allprojects {
}

ext {
compileSdkVersion = 33
compileSdkVersion = 34
minSdkVersion = 28
targetSdkVersion = 33
targetSdkVersion = 34

androidxVersion = '1.6.0'
androidxAppCompatVersion = '1.6.1'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appVersionCode=46
appVersionName=2.6.0
appVersionCode=47
appVersionName=2.6.1

appAbiFilters=arm64-v8a;armeabi-v7a;x86_64

Expand Down

0 comments on commit a79f85c

Please sign in to comment.