Skip to content

Commit

Permalink
Updated to 3.5 gradle plugin. Bump app version to 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ezorrio committed May 30, 2019
1 parent 8c9ee61 commit 55899f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "io.ezorrio.yandextranslate"
minSdkVersion 21
targetSdkVersion 28
versionCode 21
versionName "2.1"
versionCode 22
versionName "2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand All @@ -36,8 +36,8 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.5.0'
implementation 'com.squareup.retrofit2:converter-moshi:2.5.0'
implementation 'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2'
implementation 'androidx.navigation:navigation-fragment:2.1.0-alpha03'
implementation 'androidx.navigation:navigation-ui:2.1.0-alpha03'
implementation 'androidx.navigation:navigation-fragment:2.1.0-alpha04'
implementation 'androidx.navigation:navigation-ui:2.1.0-alpha04'
implementation 'androidx.core:core-ktx:1.2.0-alpha01'
implementation "com.google.android.material:material:1.1.0-alpha06"
implementation "androidx.core:core:1.2.0-alpha01"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0-beta02'
classpath 'com.android.tools.build:gradle:3.5.0-beta03'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 55899f9

Please sign in to comment.