Skip to content

Commit 213fa0e

Browse files
committed
Increased lib version to v0.3.0
1 parent d44fba7 commit 213fa0e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

android-util/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ afterEvaluate {
7878

7979
groupId = "com.github.philipk99"
8080
artifactId = "android-util"
81-
version = "0.2.0"
81+
version = "0.3.0"
8282
}
8383
}
8484
}

settings.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ dependencyResolutionManagement {
1818
repositories {
1919
google()
2020
mavenCentral()
21-
maven {
22-
url = uri("https://jitpack.io")
23-
}
2421
}
2522
}
2623

0 commit comments

Comments
 (0)