Skip to content

Commit dab6839

Browse files
committed
Remove GPR repo & change inception year
1 parent 74688b9 commit dab6839

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build.gradle.kts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,6 @@ subprojects {
5151
mavenCentral()
5252
google()
5353
jcenter()
54-
maven {
55-
name = "github"
56-
url = uri("https://maven.pkg.github.com/gitliveapp/firebase-java")
57-
credentials {
58-
username = project.property("gpr.user") as String
59-
password = project.property("gpr.key") as String
60-
}
61-
}
6254
}
6355

6456

@@ -159,7 +151,7 @@ subprojects {
159151
name.set("firebase-kotlin-sdk")
160152
description.set("The Firebase Kotlin SDK is a Kotlin-first SDK for Firebase. It's API is similar to the Firebase Android SDK Kotlin Extensions but also supports multiplatform projects, enabling you to use Firebase directly from your common source targeting iOS, Android or JS.")
161153
url.set("https://github.com/GitLiveApp/firebase-kotlin-sdk")
162-
inceptionYear.set("2009")
154+
inceptionYear.set("2019")
163155

164156
scm {
165157
url.set("https://github.com/GitLiveApp/firebase-kotlin-sdk")

0 commit comments

Comments
 (0)