Skip to content

Commit 621b9ff

Browse files
committed
Move version back to subprojects
1 parent e67543e commit 621b9ff

File tree

7 files changed

+11
-1
lines changed

7 files changed

+11
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ subprojects {
7373

7474

7575
group = "dev.gitlive"
76-
version = "0.1.0-beta"
7776

7877
repositories {
7978
mavenLocal()

firebase-app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/*
22
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
33
*/
4+
version = "0.1.0-beta"
5+
46

57
plugins {
68
id("com.android.library")

firebase-auth/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version = "0.1.0-beta"
2+
13
plugins {
24
id("com.android.library")
35
kotlin("multiplatform")

firebase-common/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright (c) 2020 GitLive Ltd. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5+
version = "0.1.0-beta"
56

67
plugins {
78
id("com.android.library")

firebase-database/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version = "0.1.0-beta"
2+
13
plugins {
24
id("com.android.library")
35
kotlin("multiplatform")

firebase-firestore/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version = "0.1.0-beta"
2+
13
plugins {
24
id("com.android.library")
35
kotlin("multiplatform")

firebase-functions/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version = "0.1.0-beta"
2+
13
plugins {
24
id("com.android.library")
35
kotlin("multiplatform")

0 commit comments

Comments
 (0)