Skip to content

Commit 39ee858

Browse files
5.8.18
1 parent 709d004 commit 39ee858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ apply plugin: 'maven-publish'
88

99
// Downloads the AAR file from releases using wget so it can then be published to the local Maven repo
1010
task assemble(type: Exec) {
11-
commandLine 'wget', '-qN', 'https://github.com/iTwin/mobile-native-android/releases/download/5.8.16/iTwinAndroidLibrary.aar'
11+
commandLine 'wget', '-qN', 'https://github.com/iTwin/mobile-native-android/releases/download/5.8.18/iTwinAndroidLibrary.aar'
1212
}
1313

1414
// An alternative task for downloading (useful for authenticated downloads)
1515
task assembleGitHub(type: Exec) {
16-
commandLine 'gh', 'release', 'download', '5.8.16', '-p', 'iTwinAndroidLibrary.aar'
16+
commandLine 'gh', 'release', 'download', '5.8.18', '-p', 'iTwinAndroidLibrary.aar'
1717
}
1818

1919
publishing {
@@ -30,7 +30,7 @@ publishing {
3030
publications {
3131
maven(MavenPublication) {
3232
groupId = 'com.github.itwin'
33-
version = '5.8.16'
33+
version = '5.8.18'
3434
artifact('iTwinAndroidLibrary.aar') {
3535
extension 'aar'
3636
}

0 commit comments

Comments
 (0)