File tree Expand file tree Collapse file tree 5 files changed +7
-22
lines changed
src/main/java/com/cafebazaar/referrersdk/communicators Expand file tree Collapse file tree 5 files changed +7
-22
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
1111 defaultConfig {
1212 minSdk buildVersions. minSdkVersion
1313 targetSdk buildVersions. targetSdkVersion
14- versionCode 2
15- versionName " 1.0.2 "
14+ versionCode 4
15+ versionName " 1.1.1 "
1616 }
1717
1818 buildTypes {
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ internal class ReferrerClientConnectionService(
2323 get() = service?.getReferrer(context.packageName)
2424
2525 override fun consumeReferrer (installTime : Long ) {
26+ @Suppress(" DEPRECATION" ) // It will be removed in next versions
2627 service?.consumeReferrer(context.packageName, installTime)
2728 }
2829
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ android {
1515 versionName " 1.0"
1616
1717 }
18-
18+ lintOptions {
19+ abortOnError false
20+ }
1921 buildTypes {
2022 release {
2123 minifyEnabled false
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ buildscript {
99 classpath " com.android.tools.build:gradle:$pluginVersions . gradle "
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20"
1111 classpath " com.github.dcendents:android-maven-gradle-plugin:$pluginVersions . androidmaven "
12- classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:$pluginVersions . detekt "
1312 }
1413}
1514allprojects {
@@ -18,21 +17,4 @@ allprojects {
1817
1918task clean (type : Delete ) {
2019 delete rootProject. buildDir
21- }
22-
23- subprojects {
24- apply plugin : " io.gitlab.arturbosch.detekt"
25- detekt {
26- toolVersion = pluginVersions. detekt
27- input = files(" ${ rootDir} " )
28- config = files(" ${ rootDir} /detekt.yml" )
29- filters = " .*/resources/.*,.*/build/.*"
30- reports {
31- xml. enabled = false
32- html {
33- enabled = true
34- destination = file(" ${ rootDir} /build/reports/detekt.html" )
35- }
36- }
37- }
3820}
Original file line number Diff line number Diff line change 11# Tue Sep 14 01:46:47 IRDT 2021
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.0.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.6 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments