Skip to content

Commit 8a0a1e5

Browse files
committed
example/ivy/android: update app version (1.4.0)
Add mavenCentral to repositories needed to pull in necessary build tools dependencies Change-Id: I9b8525430d4ba9535ad0d3bc6b4acd94f6ea0642 Reviewed-on: https://go-review.googlesource.com/c/mobile/+/360835 Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Trust: Robert Findley <rfindley@google.com> Trust: Hyang-Ah Hana Kim <hyangah@gmail.com> Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com>
1 parent 032b214 commit 8a0a1e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/ivy/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId 'org.golang.ivy'
77
minSdkVersion 15
88
targetSdkVersion 30
9-
versionCode 3
10-
versionName '1.0.2'
9+
versionCode 4
10+
versionName '1.4.0'
1111
}
1212
buildTypes {
1313
release {

example/ivy/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ buildscript {
1212

1313
allprojects {
1414
repositories {
15+
mavenCentral()
1516
google()
1617
}
1718
}

0 commit comments

Comments
 (0)