Skip to content

Commit

Permalink
fix android build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
h-sumiya committed Aug 24, 2024
1 parent b3a9efd commit b9fe7a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Hitomi Search Plus is a Flutter application for browsing and searching the Hitom
- [x] Write code
- [x] Set up github actions(build)
- [x] Android
- [x] Windows
- [ ] Windows ????
- [ ] Compile README.md

## Features
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

android {
namespace = "red.hiro.HitomiSearchPlus"
namespace = "red.hiro.hitomi_search_plus"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion

Expand All @@ -29,7 +29,7 @@ android {
}

defaultConfig {
applicationId = "red.hiro.HitomiSearchPlus"
applicationId = "red.hiro.hitomi_search_plus"
minSdk = 29 // Android 10
targetSdk = flutter.targetSdkVersion
versionCode System.getenv("GITHUB_RUN_NUMBER") as Integer ?: 1
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.1.2+1
version: 0.1.3+1

environment:
sdk: ^3.5.0
Expand Down

0 comments on commit b9fe7a8

Please sign in to comment.