Skip to content

Commit

Permalink
Remove mavenLocal() definitions and bump scorewidget, tagselector, fo…
Browse files Browse the repository at this point in the history
…lderstree snapshot versions
  • Loading branch information
tuancoltech committed Feb 28, 2024
1 parent a1e9da3 commit f10c57d
Show file tree
Hide file tree
Showing 17 changed files with 10 additions and 279 deletions.
6 changes: 0 additions & 6 deletions filepicker/.github/dependabot.yml

This file was deleted.

44 changes: 0 additions & 44 deletions filepicker/.github/workflows/build.yml

This file was deleted.

28 changes: 0 additions & 28 deletions filepicker/.github/workflows/release.yml

This file was deleted.

1 change: 0 additions & 1 deletion filepicker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ publishing {
}
}
repositories {
mavenLocal()
maven {
name = "GithubPackages"
url = URI("https://maven.pkg.github.com/ARK-Builders/ark-android")
Expand Down
3 changes: 1 addition & 2 deletions folderstree/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
}

val libVersion: String = /*scmVersion.version*/"0.0.9-SNAPSHOT-01"
val libVersion: String = /*scmVersion.version*/"0.0.9-SNAPSHOT-02"

publishing {
publications {
Expand All @@ -78,6 +78,5 @@ publishing {
password = System.getenv("GITHUB_TOKEN")
}
}
mavenLocal()
}
}
8 changes: 0 additions & 8 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,7 @@ android {
}
}

buildscript {
repositories {
mavenLocal()
}
}

dependencies {
// implementation(project(":components"))
// implementation(project(":filepicker"))
implementation("dev.arkbuilders.components:filepicker:0.0.9-SNAPSHOT-01")
implementation("dev.arkbuilders:arklib:0.3.5")

Expand Down
3 changes: 1 addition & 2 deletions scorewidget/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
}

val libVersion: String = /*scmVersion.version*/"0.0.9-SNAPSHOT-01"
val libVersion: String = /*scmVersion.version*/"0.0.9-SNAPSHOT-02"

publishing {
publications {
Expand All @@ -73,6 +73,5 @@ publishing {
password = System.getenv("GITHUB_TOKEN")
}
}
mavenLocal()
}
}
5 changes: 5 additions & 0 deletions scorewidget/src/main/res/drawable/ic_star.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:height="48dp" android:tint="@color/colorPrimary"
android:viewportHeight="24" android:viewportWidth="24"
android:width="48dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M12,17.27L18.18,21l-1.64,-7.03L22,9.24l-7.19,-0.61L12,2 9.19,8.63 2,9.24l5.46,4.73L5.82,21z"/>
</vector>
25 changes: 0 additions & 25 deletions scorewidget/src/main/res/layout/popup_tag_selector_tag_menu.xml

This file was deleted.

88 changes: 0 additions & 88 deletions scorewidget/src/main/res/layout/tag_selector_drag_handler.xml

This file was deleted.

70 changes: 0 additions & 70 deletions scorewidget/src/main/res/layout/tag_selector_tags_layout.xml

This file was deleted.

2 changes: 2 additions & 0 deletions scorewidget/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="gray">#717171</color>
<color name="black">#000000</color>
<color name="colorPrimary">#6200EE</color>
</resources>
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ pluginManagement {
repositories {
google()
mavenCentral()
mavenLocal()
gradlePluginPortal()
}
}
Expand All @@ -13,7 +12,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
mavenLocal()
maven {
url = URI("https://jitpack.io")
}
Expand Down
3 changes: 1 addition & 2 deletions tagselector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
}

val libVersion: String = /*scmVersion.version*/"0.0.9-SNAPSHOT-01"
val libVersion: String = /*scmVersion.version*/"0.0.9-SNAPSHOT-02"

publishing {
publications {
Expand All @@ -78,6 +78,5 @@ publishing {
password = System.getenv("GITHUB_TOKEN")
}
}
mavenLocal()
}
}
1 change: 0 additions & 1 deletion utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@ publishing {
password = System.getenv("GITHUB_TOKEN")
}
}
mavenLocal()
}
}

0 comments on commit f10c57d

Please sign in to comment.