Skip to content

Commit dbbebed

Browse files
5.10.34
1 parent fc6ac55 commit dbbebed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.11.3/iTwinAndroidLibrary.aar'
11+
commandLine 'wget', '-qN', 'https://github.com/iTwin/mobile-native-android/releases/download/5.10.34/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.11.3', '-p', 'iTwinAndroidLibrary.aar'
16+
commandLine 'gh', 'release', 'download', '5.10.34', '-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.11.3'
33+
version = '5.10.34'
3434
artifact('iTwinAndroidLibrary.aar') {
3535
extension 'aar'
3636
}

0 commit comments

Comments
 (0)