Skip to content

Commit

Permalink
Version 0.7.41
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed Sep 4, 2022
1 parent 28bc731 commit fba254e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ plugins {
android {
compileSdk = 33

ndkVersion = "24.0.8215888"
ndkVersion = "25.1.8937393"

defaultConfig {
minSdk = 21
targetSdk = 33
versionCode = 195
versionName = "0.7.40"
versionCode = 196
versionName = "0.7.41"
externalNativeBuild {
cmake {
}
Expand Down

0 comments on commit fba254e

Please sign in to comment.