Skip to content

Commit d0f04cf

Browse files
authored
Merge pull request #318 from adjust/v4122
Version 4.12.2
2 parents da45c9d + 8abcfb5 commit d0f04cf

File tree

77 files changed

+2499
-235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2499
-235
lines changed

Adjust/adjust/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
apply plugin: 'com.android.library'
22

33
def getVersionName() {
4-
return "4.12.1"
4+
return "4.12.2"
55
}
66

77
android {
8-
compileSdkVersion 26
9-
buildToolsVersion '26.0.2'
8+
compileSdkVersion 27
9+
buildToolsVersion '27.0.3'
1010

1111
defaultConfig {
1212
minSdkVersion 9
13-
targetSdkVersion 26
13+
targetSdkVersion 27
1414
versionCode 1
1515
versionName getVersionName()
1616
consumerProguardFiles 'adjust-proguard-rules.txt'

0 commit comments

Comments
 (0)