Skip to content

Commit 7af194a

Browse files
committed
Fix version update issues
1 parent 39f84ad commit 7af194a

File tree

13 files changed

+13
-14
lines changed

13 files changed

+13
-14
lines changed

JetLagged/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
21
/*
32
* Copyright 2022 The Android Open Source Project
43
*
@@ -15,6 +14,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1514
* limitations under the License.
1615
*/
1716

17+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1818

1919
plugins {
2020
alias(libs.plugins.android.application)

JetNews/app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
2-
31
/*
42
* Copyright 2020 The Android Open Source Project
53
*
@@ -16,6 +14,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1614
* limitations under the License.
1715
*/
1816

17+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1918

2019
plugins {
2120
alias(libs.plugins.android.application)

Jetcaster/core/data-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
21
/*
32
* Copyright 2025 The Android Open Source Project
43
*
@@ -15,6 +14,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1514
* limitations under the License.
1615
*/
1716

17+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1818

1919
plugins {
2020
alias(libs.plugins.android.library)

Jetcaster/core/data/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
21
/*
32
* Copyright 2025 The Android Open Source Project
43
*
@@ -15,6 +14,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1514
* limitations under the License.
1615
*/
1716

17+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1818

1919
plugins {
2020
alias(libs.plugins.android.library)

Jetcaster/core/designsystem/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
21
/*
32
* Copyright 2025 The Android Open Source Project
43
*
@@ -15,6 +14,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1514
* limitations under the License.
1615
*/
1716

17+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1818

1919
plugins {
2020
alias(libs.plugins.android.library)

Jetcaster/core/domain-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
21
/*
32
* Copyright 2025 The Android Open Source Project
43
*
@@ -15,6 +14,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1514
* limitations under the License.
1615
*/
1716

17+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1818

1919
plugins {
2020
alias(libs.plugins.android.library)

Jetcaster/core/domain/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
21
/*
32
* Copyright 2025 The Android Open Source Project
43
*
@@ -15,6 +14,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1514
* limitations under the License.
1615
*/
1716

17+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1818

1919
plugins {
2020
alias(libs.plugins.android.library)

Jetcaster/glancewidget/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
21
/*
32
* Copyright 2025 The Android Open Source Project
43
*
@@ -15,6 +14,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1514
* limitations under the License.
1615
*/
1716

17+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1818

1919
plugins {
2020
alias(libs.plugins.android.library)

Jetcaster/mobile/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
21
/*
32
* Copyright 2020 The Android Open Source Project
43
*
@@ -15,6 +14,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1514
* limitations under the License.
1615
*/
1716

17+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1818

1919
plugins {
2020
alias(libs.plugins.android.application)

Jetcaster/tv/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
21
/*
32
* Copyright 2024 The Android Open Source Project
43
*
@@ -15,6 +14,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1514
* limitations under the License.
1615
*/
1716

17+
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1818

1919
plugins {
2020
alias(libs.plugins.android.application)

0 commit comments

Comments
 (0)