Version 1.3.0 (little design overhaul) with additional fixes

This commit is contained in:
Deniz Düzgören
2019-05-09 07:48:17 +02:00
parent 4c3d011c6f
commit 907a746b55
35 changed files with 392 additions and 1167 deletions
+2 -9
View File
@@ -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'