Skip to content

Commit b60f6c4

Browse files
Merge pull request #18 from ShwetaChauhan18/update/update_project
⬆️ Upgrading dependencies
2 parents 5a5b9fe + 547529c commit b60f6c4

File tree

20 files changed

+20
-33
lines changed

20 files changed

+20
-33
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SSCustomEditTextOutlineBorder
44

55
[![](https://jitpack.io/v/SimformSolutionsPvtLtd/SSCustomEditTextOutLineBorder.svg)](https://jitpack.io/#SimformSolutionsPvtLtd/SSCustomEditTextOutLineBorder)
6-
[![Kotlin Version](https://img.shields.io/badge/Kotlin-v1.5.20-blue.svg)](https://kotlinlang.org)
6+
[![Kotlin Version](https://img.shields.io/badge/Kotlin-v1.6.10-blue.svg)](https://kotlinlang.org)
77
[![Platform](https://img.shields.io/badge/Platform-Android-green.svg?style=flat)](https://www.android.com/)
88
[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21)
99
[![Android Weekly](https://img.shields.io/badge/Android%20Weekly-%23402-orange)](https://androidweekly.net/issues/issue-402)
@@ -41,7 +41,7 @@ allprojects {
4141

4242
```
4343
dependencies {
44-
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.12'
44+
implementation 'com.github.simformsolutions:SSCustomEditTextOutLineBorder:1.0.13'
4545
}
4646
```
4747

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:supportsRtl="true"
1111
android:theme="@style/AppTheme">
12-
<activity android:name="com.simform.customedittextoutlineborder.SplashActivity">
12+
<activity
13+
android:name="com.simform.customedittextoutlineborder.SplashActivity"
14+
android:exported="true">
1315
<intent-filter>
1416
<action android:name="android.intent.action.MAIN" />
1517

app/src/main/java/com/simform/customedittextoutlineborder/BaseActivity.kt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
/**
2-
* Copyright 2019 PoolTrader
3-
* Develop By Shweta Chauhan
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
161
package com.simform.customedittextoutlineborder
172

183
import android.os.Bundle
1 Byte
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
4 Bytes
Binary file not shown.
-250 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)