Skip to content

Commit

Permalink
Very own settings.android.gradle for apk build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhael-Danilov committed Jan 4, 2025
1 parent 08e0585 commit 13778e5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew assembleAndroidFdroidRelease
run: ./gradlew assembleAndroidFdroidRelease -c settings.android.gradle

- name: Upload APK
uses: actions/upload-artifact@v4
Expand Down
16 changes: 16 additions & 0 deletions settings.android.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
include ':processor', ':annotation', ':json_clone'

// Example project-level settings.gradle
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_PROJECT)
repositories {
mavenCentral()
google()
maven {
url "https://artifactory-external.vkpartner.ru/artifactory/maven"
}
maven { url "https://artifactory.appodeal.com/appodeal/" }
maven { url 'https://developer.huawei.com/repo/' }
}
}
include ':RemixedDungeon'

0 comments on commit 13778e5

Please sign in to comment.