Change version tag

This commit is contained in:
2020-09-11 19:31:56 +02:00
committed by Matte23
parent c9179ae5be
commit fe9f2bf605

View File

@@ -11,8 +11,8 @@ android {
applicationId "net.underdesk.circolapp"
minSdkVersion 21
targetSdkVersion 30
versionCode 3
versionName "0.1.1"
versionCode 4
versionName "0.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
@@ -35,7 +35,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.core:core-ktx:1.3.1'
implementation 'com.google.android.material:material:1.3.0-alpha02'