-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #606 from praveek/feature/uiservice
Clean up gradle scripts and use AEP Gradle plugin
- Loading branch information
Showing
132 changed files
with
719 additions
and
3,649 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
version: 2.1 | ||
|
||
orbs: | ||
android: circleci/[email protected] | ||
android: circleci/android@2.4.0 | ||
codecov: codecov/[email protected] | ||
|
||
jobs: | ||
build-and-unit-test: | ||
executor: | ||
name: android/android-machine | ||
name: android/android-docker | ||
resource-class: large | ||
tag: 2022.01.1 | ||
tag: 2024.01.1 | ||
|
||
steps: | ||
- checkout | ||
|
@@ -105,7 +105,7 @@ jobs: | |
executor: | ||
name: android/android-machine | ||
resource-class: large | ||
tag: 2022.01.1 | ||
tag: 2024.01.1 | ||
|
||
steps: | ||
- checkout | ||
|
@@ -127,7 +127,7 @@ jobs: | |
executor: | ||
name: android/android-machine | ||
resource-class: large | ||
tag: 2022.01.1 | ||
tag: 2024.01.1 | ||
|
||
steps: | ||
- checkout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
buildscript { | ||
repositories { | ||
gradlePluginPortal() | ||
google() | ||
mavenCentral() | ||
maven { url = uri("https://jitpack.io") } | ||
mavenLocal() | ||
} | ||
|
||
|
||
dependencies { | ||
// Todo: Move away from specifying commit once we release a stable version." | ||
classpath("com.github.adobe:aepsdk-commons:9deb721db7") | ||
classpath("org.jetbrains.kotlinx:binary-compatibility-validator:0.13.2") | ||
classpath("androidx.benchmark:benchmark-gradle-plugin:1.2.3") | ||
} | ||
} | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.