Skip to content

Commit c1adec8

Browse files
committed
Update build
1 parent b964c49 commit c1adec8

File tree

6 files changed

+132
-125
lines changed

6 files changed

+132
-125
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ values-tr
1919
build.gradle.new
2020
captures
2121
old.git
22+
qpython/qpython.key

gradle/wrapper/gradle-wrapper.jar

693 Bytes
Binary file not shown.

gradlew

Lines changed: 45 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 84 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qbaselib

qpython/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
release {
3737
keyAlias 'zuowuxuxi'
3838
keyPassword 'myxiake1q'
39-
storeFile file('zuowuxuxi.key')
39+
storeFile file('qpython.key')
4040
storePassword 'myxiake1q'
4141
v1SigningEnabled true
4242
v2SigningEnabled false

0 commit comments

Comments
 (0)