Skip to content

Commit

Permalink
Fix android build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Oct 17, 2024
1 parent 20d8a82 commit 3b02293
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bins/ayaka-gui/src-tauri/gen/android/app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/src/main/jniLibs/**/*.so
/src/main/assets/tauri.conf.json
/tauri.build.gradle.kts
/proguard-tauri.pro
/proguard-tauri.pro
/tauri.properties
3 changes: 3 additions & 0 deletions bins/ayaka-gui/src-tauri/gen/android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
buildFeatures {
buildConfig = true
}
}

rust {
Expand Down
4 changes: 2 additions & 2 deletions bins/ayaka-gui/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"productName": "ayaka-gui",
"version": "0.2.0",
"identifier": "org.unigal.ayaka",
"identifier": "org.unigal.ayaka_gui",
"bundle": {
"active": true,
"category": "RolePlayingGame",
Expand Down Expand Up @@ -65,4 +65,4 @@
"timestampUrl": ""
}
}
}
}

0 comments on commit 3b02293

Please sign in to comment.