Skip to content

Commit 0801cf6

Browse files
committed
Update app
1 parent 8b1219c commit 0801cf6

File tree

309 files changed

+81704
-943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

309 files changed

+81704
-943
lines changed

app/build.gradle

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 30
4+
compileSdk 30
55
buildToolsVersion '30.0.3'
66

77
defaultConfig {
88
applicationId 'com.winlator'
99
minSdkVersion 26
1010
targetSdkVersion 28
11-
versionCode 11
12-
versionName "5.0"
11+
versionCode 12
12+
versionName "6.0"
1313
}
1414

1515
buildTypes {
1616
debug {
1717
minifyEnabled true
1818
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
19+
20+
ndk {
21+
abiFilters 'arm64-v8a', 'armeabi-v7a'
22+
}
1923
}
2024
}
2125

@@ -25,7 +29,7 @@ android {
2529

2630
externalNativeBuild {
2731
cmake {
28-
version '3.10.2'
32+
version '3.22.1'
2933
path 'src/main/cpp/CMakeLists.txt'
3034
}
3135
}

app/src/main/assets/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.txz filter=lfs diff=lfs merge=lfs -text
-4.67 MB
Binary file not shown.
-4.95 MB
Binary file not shown.
Binary file not shown.
-3.96 MB
Binary file not shown.
-4.85 MB
Binary file not shown.
1.75 MB
Binary file not shown.

app/src/main/assets/common_dlls.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
7.95 MB
Binary file not shown.

0 commit comments

Comments
 (0)