Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit af20f13

Browse files
committed
refactor: apply suggestions from Android Studio
1 parent 15979ba commit af20f13

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ android {
5555
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
5656
}
5757
}
58+
namespace 'com.example.android.uamp'
5859
}
5960

6061
dependencies {

automotive/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ android {
5252
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
5353
}
5454
}
55+
namespace 'com.example.android.uamp.automotive'
5556

5657
}
5758

common/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ android {
2323
compileSdkVersion rootProject.compileSdkVersion
2424

2525
defaultConfig {
26-
versionCode 1
27-
versionName "1.0"
28-
2926
minSdkVersion rootProject.minSdkVersion
3027
targetSdkVersion rootProject.targetSdkVersion
3128

@@ -42,6 +39,7 @@ android {
4239
compileOptions {
4340
targetCompatibility = '1.8'
4441
}
42+
namespace 'com.example.android.uamp.media'
4543

4644
}
4745

0 commit comments

Comments
 (0)