Skip to content

Commit 88e6239

Browse files
committed
Refactor
1 parent a29b3d1 commit 88e6239

File tree

4 files changed

+0
-129
lines changed

4 files changed

+0
-129
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ plugins {
33
id 'com.android.application' version '7.3.1' apply false
44
id 'com.android.library' version '7.3.1' apply false
55
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
6-
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
76
}
8-
9-
apply from: "${rootDir}/scripts/publish-root.gradle"

filteroption/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ plugins {
55
id 'maven-publish'
66
}
77

8-
ext {
9-
PUBLISH_GROUP_ID = 'jvrni.com'
10-
PUBLISH_VERSION = '0.0.1'
11-
PUBLISH_ARTIFACT_ID = 'filter-option'
12-
}
13-
14-
apply from: 'publish-remote.gradle'
15-
168
android {
179
namespace 'com.jvrni.filteroption'
1810
compileSdk 33

filteroption/publish-remote.gradle

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

scripts/publish-root.gradle

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

0 commit comments

Comments
 (0)