From c141bb991ded790b0b0a327fd538df9fcf7fbb96 Mon Sep 17 00:00:00 2001 From: Todd Southen <48103957+toddsouthenbentley@users.noreply.github.com> Date: Fri, 1 Apr 2022 15:27:52 -0700 Subject: [PATCH] 3.1.8 --- build.gradle | 6 +++--- settings.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 1ff166c..06745d7 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } diff --git a/settings.gradle b/settings.gradle index fe02bfe..e6e89ea 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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'