Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit a21ef55

Browse files
kaeawccamaelon
authored andcommitted
organized application ids of experiments
1 parent d785a59 commit a21ef55

File tree

10 files changed

+16
-14
lines changed

10 files changed

+16
-14
lines changed

projects/CalculatorExperiments/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "30.0.2"
99

1010
defaultConfig {
11-
applicationId 'android.support.constraint.calc'
11+
applicationId 'androidx.constraintlayout.experiments.calculator'
1212
minSdkVersion 16
1313
targetSdkVersion 30
1414
versionCode 1

projects/CarouselExperiments/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "30.0.2"
99

1010
defaultConfig {
11-
applicationId "com.example.developertemplate"
11+
applicationId "androidx.constraintlayout.experiments.carousel"
1212
minSdkVersion 16
1313
targetSdkVersion 30
1414
versionCode 1

projects/ConstraintLayoutValidation/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "30.0.2"
99

1010
defaultConfig {
11-
applicationId "androidx.constraintlayout.validation"
11+
applicationId "androidx.constraintlayout.validation.constraintlayout"
1212
minSdkVersion 16
1313
targetSdkVersion 30
1414
versionCode 1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.example.developertemplate
1+
package androidx.constraintlayout.validation
22

33
import androidx.test.platform.app.InstrumentationRegistry
44
import androidx.test.ext.junit.runners.AndroidJUnit4
@@ -14,11 +14,12 @@ import org.junit.Assert.*
1414
* See [testing documentation](http://d.android.com/tools/testing).
1515
*/
1616
@RunWith(AndroidJUnit4::class)
17-
class ExampleInstrumentedTest {
17+
class SampleTest {
18+
1819
@Test
1920
fun useAppContext() {
2021
// Context of the app under test.
2122
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
22-
assertEquals("com.example.developertemplate", appContext.packageName)
23+
assertEquals("androidx.constraintlayout.validation.constraintlayout.widget.test", appContext.packageName)
2324
}
24-
}
25+
}

projects/DeveloperTemplate/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "30.0.2"
99

1010
defaultConfig {
11-
applicationId "com.example.developertemplate"
11+
applicationId "androidx.constaitnlayout.experiments.template"
1212
minSdkVersion 16
1313
targetSdkVersion 30
1414
versionCode 1

projects/FoldableExperiments/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "30.0.2"
99

1010
defaultConfig {
11-
applicationId "com.example.developertemplate"
11+
applicationId "androidx.constraintlayout.experiments.foldable"
1212
minSdkVersion 16
1313
targetSdkVersion 30
1414
versionCode 1

projects/MotionLayoutExperiments/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "30.0.2"
99

1010
defaultConfig {
11-
applicationId "android.support.constraint.app"
11+
applicationId "androidx.constraintlayout.experiments.motionlayout"
1212
minSdkVersion 16
1313
targetSdkVersion 30
1414
versionCode 1

projects/MotionLayoutVerification/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "30.0.2"
99

1010
defaultConfig {
11-
applicationId "android.support.constraint.app"
11+
applicationId "androidx.constraintlayout.validation.motionlayout"
1212
minSdkVersion 16
1313
targetSdkVersion 30
1414
versionCode 1
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ import org.junit.Assert.*
1414
* See [testing documentation](http://d.android.com/tools/testing).
1515
*/
1616
@RunWith(AndroidJUnit4::class)
17-
class ExampleInstrumentedTest {
17+
class SampleTest {
18+
1819
@Test
1920
fun useAppContext() {
2021
// Context of the app under test.
2122
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
22-
assertEquals("androidx.constraintlayout.validation.widget.test", appContext.packageName)
23+
assertEquals("androidx.constraintlayout.validation.motionlayout.widget.test", appContext.packageName)
2324
}
2425
}

projects/ViewTransitionExperiments/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
buildToolsVersion "30.0.2"
99

1010
defaultConfig {
11-
applicationId "android.support.constraint.app"
11+
applicationId "androidx.constraintlayout.experiments.viewtransition"
1212
minSdkVersion 16
1313
targetSdkVersion 30
1414
versionCode 1

0 commit comments

Comments
 (0)