Skip to content

Commit 1245596

Browse files
committed
update
update
1 parent 4b6ab53 commit 1245596

File tree

3 files changed

+3
-47
lines changed

3 files changed

+3
-47
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
/build
88
/captures
99
.externalNativeBuild
10+
11+
.idea/misc.xml

.idea/misc.xml

Lines changed: 0 additions & 46 deletions
This file was deleted.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
myconfig {
1414
keyAlias 'com.code4a'
1515
keyPassword 'abcd1234'
16-
storeFile file('C:/work_github/JLibraryDemo/app/Jlibrarydemo.jks')
16+
storeFile file('./Jlibrarydemo.jks')
1717
storePassword 'abcd1234'
1818
}
1919
}

0 commit comments

Comments
 (0)