We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c141bb9 commit de04f5fCopy full SHA for de04f5f
build.gradle
@@ -7,14 +7,14 @@
7
apply plugin: 'maven-publish'
8
9
task assemble(type: Exec) {
10
- commandLine 'wget', '-qN', 'https://github.com/iTwin/mobile-native-android/releases/download/3.1.8/iTwinAndroidLibrary.aar'
+ commandLine 'wget', '-qN', 'https://github.com/iTwin/mobile-native-android/releases/download/3.2.3/iTwinAndroidLibrary.aar'
11
}
12
13
publishing {
14
publications {
15
maven(MavenPublication) {
16
groupId = 'com.github.itwin'
17
- version = '3.1.8'
+ version = '3.2.3'
18
artifact('iTwinAndroidLibrary.aar') {
19
extension 'aar'
20
0 commit comments