Archived
Version 1.3.0 (little design overhaul) with additional fixes
This commit is contained in:
+2
-9
@@ -3,21 +3,13 @@ apply plugin: 'kotlin-android-extensions'
|
||||
apply plugin: 'kotlin-android'
|
||||
|
||||
android {
|
||||
// signingConfigs {
|
||||
// release {
|
||||
// keyAlias 'key0'
|
||||
// keyPassword 'Cinemassacre'
|
||||
// storeFile file('C:/Users/kduez/git/substKey.jks')
|
||||
// storePassword 'Cinemassacre'
|
||||
// }
|
||||
// }
|
||||
compileSdkVersion 28
|
||||
defaultConfig {
|
||||
applicationId "com.denizd.substitutionplan"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
versionCode 11
|
||||
versionName "1.2.6"
|
||||
versionName "1.3.0"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
@@ -41,6 +33,7 @@ dependencies {
|
||||
implementation 'androidx.recyclerview:recyclerview:1.1.0-alpha04'
|
||||
implementation 'com.google.android.material:material:1.1.0-alpha05'
|
||||
implementation 'com.android.support:customtabs:28.0.0'
|
||||
|
||||
implementation 'com.jaredrummler:android-device-names:1.1.8'
|
||||
implementation 'com.github.mukeshsolanki:easypreferences:1.0.6'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user