1 parent 67991e4 commit ee4f072Copy full SHA for ee4f072
2 files changed
.github/workflows/build.yml
@@ -21,9 +21,6 @@ jobs:
21
- name: Set up Android SDK
22
uses: android-actions/setup-android@v3
23
24
- - name: Install NDK
25
- run: sdkmanager --install "ndk;29.0.14206865"
26
-
27
- name: Grant execute permission for gradlew
28
run: chmod +x gradlew
29
@@ -34,5 +31,4 @@ jobs:
34
31
uses: actions/upload-artifact@v4
35
32
with:
36
33
name: app-release
37
- path: app/build/outputs/apk/release/*.apk
38
+ path: app/build/outputs/apk/release/*.apk
app/build.gradle
@@ -15,6 +15,10 @@ android {
15
versionCode 1018
16
versionName "1.4"
17
}
18
+
19
+ buildFeatures {
20
+ viewBinding true
+ }
buildTypes {
debug {
0 commit comments