打包:版本打包

This commit is contained in:
ivan 2026-03-11 11:31:06 +08:00
parent 1975e029e1
commit d9da82bbdc
5 changed files with 22 additions and 8 deletions

View File

@ -5,7 +5,7 @@
<uses-permission android:name="com.android.vending.BILLING" />
<application
android:usesCleartextTraffic="${usesCleartextTraffic}"
android:label="PetsHero"
android:label="PetsHero AI"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View File

@ -1,3 +1,17 @@
buildscript {
repositories {
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/central' }
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.9.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24"
}
}
allprojects {
repositories {
maven { url 'https://maven.aliyun.com/repository/google' }

View File

@ -21,8 +21,8 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.7.3" apply false
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
id "com.android.application" version "8.9.1" apply false
id "org.jetbrains.kotlin.android" version "1.9.24" apply false
}
include ":app"

View File

@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>PetsHero</string>
<string>PetsHero AI</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>We need access to your photos to use as reference for AI image generation.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
@ -19,7 +19,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>app_client</string>
<string>PetsHero AI</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>

View File

@ -1,7 +1,7 @@
name: app_client
description: A new Flutter project.
name: pets_hero_ai
description: PetsHero AI Application.
publish_to: 'none'
version: 1.0.0+1
version: 1.0.1+2
environment:
sdk: '>=3.0.0 <4.0.0'