Skip to content

Commit

Permalink
3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
imodeljs-admin committed Apr 6, 2022
1 parent de04f5f commit a16789d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
apply plugin: 'maven-publish'

task assemble(type: Exec) {
commandLine 'wget', '-qN', 'https://github.com/iTwin/mobile-native-android/releases/download/3.2.3/iTwinAndroidLibrary.aar'
commandLine 'wget', '-qN', 'https://github.com/iTwin/mobile-native-android/releases/download/3.1.9/iTwinAndroidLibrary.aar'
}

publishing {
publications {
maven(MavenPublication) {
groupId = 'com.github.itwin'
version = '3.2.3'
version = '3.1.9'
artifact('iTwinAndroidLibrary.aar') {
extension 'aar'
}
Expand Down

0 comments on commit a16789d

Please sign in to comment.