Skip to content

Commit

Permalink
3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
toddsouthenbentley committed Apr 1, 2022
1 parent 2844f4d commit c141bb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.8/iTwinAndroidLibrary.aar'
}

publishing {
publications {
maven(MavenPublication) {
groupId = 'iTwinJs'
version = '3.2.3'
groupId = 'com.github.itwin'
version = '3.1.8'
artifact('iTwinAndroidLibrary.aar') {
extension 'aar'
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
// See LICENSE.md in the project root for license terms and full copyright notice.
//
//---------------------------------------------------------------------------------------
rootProject.name = 'itwin-mobile-native-android'
rootProject.name = 'mobile-native-android'

0 comments on commit c141bb9

Please sign in to comment.