Skip to content

Commit 80fe093

Browse files
committed
dev commit
1 parent 4d5f848 commit 80fe093

1,158 files changed

Lines changed: 11214 additions & 111335 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

TextViewerModule/build.gradle.kts

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ plugins {
2020
alias(libs.plugins.android.library)
2121
alias(libs.plugins.jetbrains.kotlin.android)
2222
alias(libs.plugins.compose.compiler)
23+
id("maven-publish")
2324
}
2425

2526
android {
@@ -68,6 +69,7 @@ android {
6869
}
6970
}
7071

72+
7173
dependencies {
7274
implementation(libs.androidx.appcompat)
7375
implementation(libs.jetbrains.kotlinx.couroutine)
@@ -101,4 +103,24 @@ dependencies {
101103
androidTestImplementation(platform (libs.androidx.compose.bom))
102104
}
103105

106+
afterEvaluate {
107+
publishing {
108+
publications {
109+
register("release", MavenPublication::class) {
110+
111+
// Applies the component for the release build variant.
112+
// NOTE : Delete this line code if you publish Native Java / Kotlin Library
113+
from(components["release"])
114+
115+
// Library Package Name (Example : "com.frogobox.androidfirstlib")
116+
groupId = "com.github.BharathVishal"
117+
118+
// Library Name / Module Name (Example : "androidfirstlib")
119+
artifactId = "TextFileViewerAndroid"
104120

121+
// Version Library Name
122+
version = "1.3.3"
123+
}
124+
}
125+
}
126+
}

TextViewerModule/build/.DS_Store

-6 KB
Binary file not shown.

TextViewerModule/build/.transforms/3312b05eff37274d52437dfef40931c8/results.bin

Lines changed: 0 additions & 1 deletion
This file was deleted.

TextViewerModule/build/generated/data_binding_base_class_source_out/debug/out/com/bharathvishal/textfileviewer/databinding/MainlayoutBinding.java

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

TextViewerModule/build/generated/source/buildConfig/androidTest/debug/com/bharathvishal/textfileviewer/test/BuildConfig.java

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

TextViewerModule/build/generated/source/buildConfig/debug/com/bharathvishal/textfileviewer/BuildConfig.java

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

TextViewerModule/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/AndroidManifest.xml

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

TextViewerModule/build/intermediates/aapt_friendly_merged_manifests/debug/processDebugManifest/aapt/output-metadata.json

Lines changed: 0 additions & 18 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)