We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae15de commit cbbb498Copy full SHA for cbbb498
common-methods.gradle
@@ -11,7 +11,7 @@ ext {
11
LEANPLUM_FCM_ARTIFACT_ID = 'leanplum-fcm'
12
LEANPLUM_GCM_ARTIFACT_ID = 'leanplum-gcm'
13
LEANPLUM_LOCATION_ARTIFACT_ID = 'leanplum-location'
14
- def sdkVersion = file('../sdk-version.txt').text
+ def sdkVersion = file('../sdk-version.txt').text.replace('\n','')
15
LEANPLUM_SDK_VERSION = "$sdkVersion"
16
17
PROGUARD_FILES = 'proguard-rules.pro'
sdk-version.txt
@@ -1 +1 @@
1
-4.2.2
+4.2.2
0 commit comments