Skip to content

Commit

Permalink
测试迁移成功
Browse files Browse the repository at this point in the history
  • Loading branch information
dingyes committed May 12, 2021
1 parent 76e207e commit 3dbf2f7
Show file tree
Hide file tree
Showing 124 changed files with 550 additions and 535 deletions.
Binary file modified project/TimeStory/.gradle/6.3/fileHashes/fileHashes.lock
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Sun May 09 18:31:56 CST 2021
#Tue May 11 17:32:21 CST 2021
gradle.version=6.3
Binary file modified project/TimeStory/.gradle/checksums/checksums.lock
Binary file not shown.
Binary file modified project/TimeStory/.idea/caches/build_file_checksums.ser
Binary file not shown.
36 changes: 0 additions & 36 deletions project/TimeStory/.idea/inspectionProfiles/Project_Default.xml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion project/TimeStory/.idea/libraries/Gradle__gson_2_8_5.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion project/TimeStory/.idea/libraries/Gradle__okio_1_14_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions project/TimeStory/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion project/TimeStory/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions project/TimeStory/.idea/qaplug_profiles.xml

This file was deleted.

4 changes: 2 additions & 2 deletions project/TimeStory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
apply plugin: 'com.huawei.ohos.app'

ohos {
compileSdkVersion 5
compileSdkVersion 4
defaultConfig {
compatibleSdkVersion 4
compatibleSdkVersion 3
}
}

Expand Down
13 changes: 12 additions & 1 deletion project/TimeStory/entry/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
apply plugin: 'com.huawei.ohos.hap'
ohos {
signingConfigs {
debug {
storeFile file('D:\\HarmonyOS\\Key\\key.p12')
storePassword '0000001C914A2075208D99D7FADC9F3622562F111252FEADDBA713E3CA983315F735BE51AEC73535AC26674B'
keyAlias = 'key'
keyPassword '0000001C9748D89077962B16EFE378BA31366ED7643EA55CB110776454CC6F302E296B7F8BE46C4D45B2C70F'
signAlg = 'SHA256withECDSA'
profile file('D:\\HarmonyOS\\Key\\TimeSequenceProfileDebug.p7b')
certpath file('D:\\HarmonyOS\\Key\\myApplication_debug.cer')
}
}
compileSdkVersion 5
defaultConfig {
compatibleSdkVersion 4
compatibleSdkVersion 3
}
}

Expand Down
Loading

0 comments on commit 3dbf2f7

Please sign in to comment.