Skip to content

Commit 5a0b34e

Browse files
Merged devop and reformatted
1 parent 914cf9d commit 5a0b34e

31 files changed

+349
-9
lines changed

app/src/main/java/io/getstream/android/core/sample/SampleActivity.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.sample
1718

1819
import android.os.Build

app/src/main/java/io/getstream/android/core/sample/client/StreamClient.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.sample.client
1718

1819
import android.content.Context

stream-android-core/src/main/java/io/getstream/android/core/api/StreamClient.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.api
1718

1819
import android.annotation.SuppressLint

stream-android-core/src/main/java/io/getstream/android/core/api/components/StreamAndroidComponentsProvider.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.api.components
1718

1819
import android.content.Context

stream-android-core/src/main/java/io/getstream/android/core/api/model/connection/lifecycle/StreamLifecycleState.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.api.model.connection.lifecycle
1718

1819
import io.getstream.android.core.annotations.StreamInternalApi

stream-android-core/src/main/java/io/getstream/android/core/api/model/connection/recovery/Recovery.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.api.model.connection.recovery
1718

1819
import io.getstream.android.core.annotations.StreamInternalApi

stream-android-core/src/main/java/io/getstream/android/core/api/observers/StreamStartableComponent.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.api.observers
1718

1819
import io.getstream.android.core.annotations.StreamInternalApi

stream-android-core/src/main/java/io/getstream/android/core/api/observers/lifecycle/StreamLifecycleListener.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.api.observers.lifecycle
1718

1819
import io.getstream.android.core.annotations.StreamInternalApi

stream-android-core/src/main/java/io/getstream/android/core/api/observers/lifecycle/StreamLifecycleMonitor.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.api.observers.lifecycle
1718

1819
import androidx.lifecycle.Lifecycle

stream-android-core/src/main/java/io/getstream/android/core/api/observers/network/StreamNetworkMonitor.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package io.getstream.android.core.api.observers.network
1718

1819
import android.net.ConnectivityManager

0 commit comments

Comments
 (0)