Skip to content

Commit c1e484c

Browse files
author
frey tse
committed
update
1 parent 4d3c56e commit c1e484c

File tree

5 files changed

+46
-2
lines changed

5 files changed

+46
-2
lines changed

.idea/encodings.xml

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

.idea/gradle.xml

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

.idea/misc.xml

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

.idea/runConfigurations.xml

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

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'com.github.dcendents.android-maven'//this
3-
group='com.github.freyskill'//this
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
group='com.github.freyskill'
44
android {
55
compileSdkVersion 28
66

0 commit comments

Comments
 (0)