mirror of
https://gitea.winboll.cc/ZhanGSKen/MyWinBoLL.git
synced 2026-08-23 17:45:52 +08:00
更新应用配置模块名称为mygallery
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
# Gallery
|
||||
# MyGallery
|
||||
|
||||
#### 介绍
|
||||
云宝相册应用
|
||||
我的相册应用
|
||||
|
||||
#### 软件架构
|
||||
适配安卓应用 [AIDE Pro] 的 Gradle 编译结构。
|
||||
|
||||
@@ -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,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
@@ -1,3 +1,3 @@
|
||||
// Gallery 项目编译设置
|
||||
include ':gallery'
|
||||
rootProject.name = "gallery"
|
||||
// MyGallery 项目编译设置
|
||||
include ':mygallery'
|
||||
rootProject.name = "mygallery"
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
//include ':mywinboll'
|
||||
//rootProject.name = "mywinboll"
|
||||
|
||||
// Gallery 项目编译设置
|
||||
//include ':gallery'
|
||||
//rootProject.name = "gallery"
|
||||
// MyGallery 项目编译设置
|
||||
//include ':mygallery'
|
||||
//rootProject.name = "mygallery"
|
||||
|
||||
Reference in New Issue
Block a user