更新应用配置模块名称为mygallery

This commit is contained in:
2026-08-23 06:57:53 +08:00
parent 6aa19195f6
commit 800ba03d0f
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Gallery
# MyGallery
#### 介绍
云宝相册应用
我的相册应用
#### 软件架构
适配安卓应用 [AIDE Pro] 的 Gradle 编译结构。
+1 -1
View File
@@ -23,7 +23,7 @@ android {
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "cc.winboll.studio.gallery"
applicationId "cc.winboll.studio.mygallery"
minSdkVersion 26
// 适配MIUI12
targetSdkVersion 30
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="cc.winboll.studio.gallery">
package="cc.winboll.studio.mygallery">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
+3 -3
View File
@@ -1,3 +1,3 @@
// Gallery 项目编译设置
include ':gallery'
rootProject.name = "gallery"
// MyGallery 项目编译设置
include ':mygallery'
rootProject.name = "mygallery"
+3 -3
View File
@@ -2,6 +2,6 @@
//include ':mywinboll'
//rootProject.name = "mywinboll"
// Gallery 项目编译设置
//include ':gallery'
//rootProject.name = "gallery"
// MyGallery 项目编译设置
//include ':mygallery'
//rootProject.name = "mygallery"