Skip to content

Commit c141bb9

Browse files
3.1.8
1 parent 2844f4d commit c141bb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

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

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

1313
publishing {
1414
publications {
1515
maven(MavenPublication) {
16-
groupId = 'iTwinJs'
17-
version = '3.2.3'
16+
groupId = 'com.github.itwin'
17+
version = '3.1.8'
1818
artifact('iTwinAndroidLibrary.aar') {
1919
extension 'aar'
2020
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
// See LICENSE.md in the project root for license terms and full copyright notice.
55
//
66
//---------------------------------------------------------------------------------------
7-
rootProject.name = 'itwin-mobile-native-android'
7+
rootProject.name = 'mobile-native-android'

0 commit comments

Comments
 (0)