Skip to content

Commit 459f4e4

Browse files
committed
gradle update
1 parent 1736995 commit 459f4e4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Nametag/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "org.operatorfoundation.nametag"
8-
compileSdk = 34
8+
compileSdk = 33
99

1010
defaultConfig {
1111
minSdk = 24

TransmissionNametag/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "org.operatorfoundation.transmissionnametag"
8-
compileSdk = 34
8+
compileSdk = 33
99

1010
defaultConfig {
1111
minSdk = 24

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace = "org.operatorfoundation.nametagandroid"
8-
compileSdk = 34
8+
compileSdk = 33
99

1010
defaultConfig {
1111
applicationId = "org.operatorfoundation.nametagandroid"
1212
minSdk = 24
13-
targetSdk = 34
13+
targetSdk = 33
1414
versionCode = 1
1515
versionName = "1.0"
1616

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id("com.android.application") version "8.2.2" apply false
3+
id("com.android.application") version "8.2.1" apply false
44
id("org.jetbrains.kotlin.android") version "1.9.0" apply false
55
id("com.android.library") version "8.2.1" apply false
66
}

0 commit comments

Comments
 (0)