Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Fixed: Original kapt is deprecated. Please add "apply plugin: 'kotlin…
Browse files Browse the repository at this point in the history
…-kapt'" to your build.gradle

Increased versionCode to 3.
  • Loading branch information
vovahost authored and johsoe committed May 9, 2018
1 parent 4509063 commit a52f915
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply from: 'maven-push.gradle'

android {
Expand All @@ -8,7 +9,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 27
versionCode 2
versionCode 3
versionName "1.1.8"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit a52f915

Please sign in to comment.