Skip to content

Commit fd3d228

Browse files
committed
Merge pull request parse-community#90 from ParsePlatform/wangmengyan.update_upload_archive_script
Add group in build.gradle
2 parents 81df4c3 + e5040c8 commit fd3d228

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ParseUI-Login/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import com.android.builder.core.BuilderConstants
2424
apply plugin: 'android-library'
2525

2626
version = "0.0.1"
27+
group = 'com.parse'
2728

2829
dependencies {
2930
compile 'com.android.support:support-v4:23.0.1'

ParseUI-Widget/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import com.android.builder.core.BuilderConstants
2323
apply plugin: 'com.android.library'
2424

2525
version = "0.0.1"
26+
group = 'com.parse'
2627

2728
dependencies {
2829
compile 'com.parse:parse-android:1.10.3'

0 commit comments

Comments
 (0)