Skip to content

Commit

Permalink
Add namespace for android-library/application projects
Browse files Browse the repository at this point in the history
It is prepared for AGP 8.x.

Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Apr 15, 2023
1 parent 03b6aef commit a095197
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/agp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ apply plugin: AndroidProjectConfigPlugin

android {
compileSdk 33
namespace 'org.robolectric.integrationtests.agp'

defaultConfig {
minSdk 16
Expand Down
1 change: 1 addition & 0 deletions integration_tests/agp/testsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdk 33
namespace 'org.robolectric.integrationtests.agp.testsupport'

defaultConfig {
minSdk 16
Expand Down
1 change: 1 addition & 0 deletions integration_tests/androidx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ apply plugin: AndroidProjectConfigPlugin

android {
compileSdk 33
namespace 'org.robolectric.integrationtests.androidx'

defaultConfig {
minSdk 16
Expand Down
1 change: 1 addition & 0 deletions integration_tests/androidx_test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ apply plugin: GradleManagedDevicePlugin

android {
compileSdk 33
namespace 'org.robolectric.integration.axt'

defaultConfig {
minSdk 16
Expand Down
1 change: 1 addition & 0 deletions integration_tests/compat-target28/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spotless {

android {
compileSdk 28
namespace 'org.robolectric.integrationtests.compattarget28'

defaultConfig {
minSdk 16
Expand Down
1 change: 1 addition & 0 deletions integration_tests/ctesque/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ apply plugin: GradleManagedDevicePlugin

android {
compileSdk 33
namespace 'org.robolectric.integrationtests.ctesque'

defaultConfig {
minSdk 16
Expand Down
1 change: 1 addition & 0 deletions integration_tests/memoryleaks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ apply plugin: AndroidProjectConfigPlugin

android {
compileSdk 33
namespace 'org.robolectric.integrationtests.memoryleaks'

defaultConfig {
minSdk 16
Expand Down
1 change: 1 addition & 0 deletions integration_tests/nativegraphics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ apply plugin: GradleManagedDevicePlugin

android {
compileSdk 33
namespace 'org.robolectric.integrationtests.nativegraphics'

defaultConfig {
minSdk 26
Expand Down
1 change: 1 addition & 0 deletions integration_tests/sparsearray/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spotless {

android {
compileSdk 33
namespace 'org.robolectric.sparsearray'

defaultConfig {
minSdk 16
Expand Down
1 change: 1 addition & 0 deletions testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdk 33
namespace 'org.robolectric.testapp'

defaultConfig {
minSdk 16
Expand Down

0 comments on commit a095197

Please sign in to comment.