Skip to content

Commit d28b551

Browse files
committed
Remove duplicate
1 parent 1784ee3 commit d28b551

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kotlin/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,4 @@ task buildJNI(type: Exec) {
6464
commandLine './build.rive.for.sh', '-a', getDeviceAbi()
6565
}
6666

67-
ext {
68-
PUBLISH_GROUP_ID = 'app.rive'
69-
PUBLISH_VERSION = '0.0.3'
70-
PUBLISH_ARTIFACT_ID = 'rive-android'
71-
}
72-
7367
apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"

0 commit comments

Comments
 (0)