Skip to content

Commit

Permalink
4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Varnius committed Jun 24, 2022
1 parent 8faea38 commit f2574ab
Show file tree
Hide file tree
Showing 6 changed files with 457 additions and 19 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ android {
versionName "1.0"
multiDexEnabled true
ndk {
abiFilters 'armeabi-v7a', 'x86'
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
}
}
splits {
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext {
buildToolsVersion = "29.0.3"
minSdkVersion = 23
compileSdkVersion = 30
compileSdkVersion = 31
targetSdkVersion = 30
supportLibVersion = "28.0.0"
// kotlin_version = '1.3.21'
Expand Down
Loading

0 comments on commit f2574ab

Please sign in to comment.