Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSchubert committed Oct 16, 2019
1 parent fbb6a29 commit 9107f2b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

def ktor_version = "1.2.5"
def kotlin_version = "1.3.50"
def sqldelight_version = "1.2.0"

Expand All @@ -12,8 +11,8 @@ android {
applicationId "com.inspiredandroid.newsout"
minSdkVersion 22
targetSdkVersion 29
versionCode 5
versionName "1.2.1"
versionCode 6
versionName "1.2.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down Expand Up @@ -42,16 +41,11 @@ androidExtensions {
dependencies {
implementation project(':shared')

implementation "com.android.support:support-core-utils:28.0.0"
implementation "androidx.core:core-ktx:1.1.0"
implementation "com.squareup.sqldelight:android-driver:$sqldelight_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.google.android.material:material:1.0.0"
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
implementation "com.google.code.gson:gson:2.8.6"
implementation "com.github.bumptech.glide:glide:4.10.0"
// implementation "io.ktor:ktor-client-core-jvm:$ktor_version"
// implementation "io.ktor:ktor-client-auth-jvm:$ktor_version"
//implementation "io.ktor:ktor-client-android:$ktor_version"
//implementation "io.ktor:ktor-client-auth:$ktor_version"
}

0 comments on commit 9107f2b

Please sign in to comment.