File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66android {
77 namespace = " org.operatorfoundation.nametag"
8- compileSdk = 34
8+ compileSdk = 33
99
1010 defaultConfig {
1111 minSdk = 24
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66android {
77 namespace = " org.operatorfoundation.transmissionnametag"
8- compileSdk = 34
8+ compileSdk = 33
99
1010 defaultConfig {
1111 minSdk = 24
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
55
66android {
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
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
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}
You can’t perform that action at this time.
0 commit comments