Skip to content

Commit e84a25f

Browse files
author
Anastasia Senyushina
authored
Merge pull request #1536 from microsoft/release/4.2.0
Android SDK release - Version 4.2.0 - June
2 parents 900e6ed + d0c7a0b commit e84a25f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# App Center SDK for Android Change Log
22

3-
## Version 4.1.2 (Under active development)
3+
## Version 4.2.0
44

55
### App Center
66

apps/sasquatch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
2222
}
2323
}
24-
targetSdkVersion "S"
24+
targetSdkVersion "30"
2525
}
2626

2727
productFlavors {

versions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
ext {
99
versionCode = 63
10-
versionName = '4.1.2'
10+
versionName = '4.2.0'
1111
minSdkVersion = 21
1212
compileSdkVersion = "android-S"
1313
targetSdkVersion = 30

0 commit comments

Comments
 (0)