Skip to content

Commit eb026f0

Browse files
committed
Release runtime issues fixed
1 parent 676ea24 commit eb026f0

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

app/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@ android {
1111
}
1212
buildTypes {
1313
release {
14-
minifyEnabled true
15-
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
16-
}
17-
debug {
1814
minifyEnabled false
15+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
1916
}
2017
}
2118
}
@@ -29,5 +26,4 @@ dependencies {
2926
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3027
implementation 'com.android.support:support-compat:28.0.0'
3128
implementation 'com.google.android.material:material:1.1.0-alpha09'
32-
implementation 'com.asdev.PhoneEditText-Android:PhoneEditText-Android:1.0.2'
3329
}

phoneedittext/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish {
55
userOrg = 'amannirala13'
66
groupId = 'com.asdev.PhoneEditText-Android'
77
artifactId = 'PhoneEditText-Android'
8-
publishVersion = '1.0.2'
8+
publishVersion = '1.1.0'
99
repoName = 'PhoneEditText-Android'
1010
desc = 'Get automatic country code ready EditText for your Phone number field. This EditText detects country code automatically and sets it into the EditText.'
1111
website = 'https://github.com/amannirala13/PhoneEditText-Android'
@@ -27,11 +27,8 @@ android {
2727

2828
buildTypes {
2929
release {
30-
minifyEnabled true
31-
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
32-
}
33-
debug {
3430
minifyEnabled false
31+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
3532
}
3633
}
3734

0 commit comments

Comments
 (0)