Skip to content

Commit 4f077f3

Browse files
committed
clean up
1 parent b840dc9 commit 4f077f3

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ buildscript {
3939
}
4040

4141
plugins {
42-
id "org.jlleitschuh.gradle.ktlint" version "11.0.0"
42+
id "org.jlleitschuh.gradle.ktlint" version "11.0.0"
4343
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
44-
id 'com.android.library' version '7.2.2' apply false
4544
}
4645

4746
allprojects {
@@ -128,7 +127,7 @@ nexusPublishing {
128127
password = System.getenv('MAVEN_CENTRAL_PASSWORD')
129128
}
130129
}
131-
130+
132131
}
133132

134133
task ship() {

odp/src/main/java/com/optimizely/ab/android/odp/ODPEventWorker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025, Optimizely, Inc. and contributors
1+
// Copyright 2022, Optimizely, Inc. and contributors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':event-handler', ':android-sdk', ':shared', ':test-app', ':user-profile', ':datafile-handler', ':odp', ':cmab'
1+
include ':event-handler', ':android-sdk', ':shared', ':test-app', ':user-profile', ':datafile-handler', ':odp'

0 commit comments

Comments
 (0)