Skip to content

Commit ee4f072

Browse files
committed
update
1 parent 67991e4 commit ee4f072

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- name: Set up Android SDK
2222
uses: android-actions/setup-android@v3
2323

24-
- name: Install NDK
25-
run: sdkmanager --install "ndk;29.0.14206865"
26-
2724
- name: Grant execute permission for gradlew
2825
run: chmod +x gradlew
2926

@@ -34,5 +31,4 @@ jobs:
3431
uses: actions/upload-artifact@v4
3532
with:
3633
name: app-release
37-
path: app/build/outputs/apk/release/*.apk
38-
34+
path: app/build/outputs/apk/release/*.apk

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ android {
1515
versionCode 1018
1616
versionName "1.4"
1717
}
18+
19+
buildFeatures {
20+
viewBinding true
21+
}
1822

1923
buildTypes {
2024
debug {

0 commit comments

Comments
 (0)