diff --git a/app/build.gradle b/app/build.gradle index a089a46..a30cb41 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,39 +1,39 @@ apply plugin: 'com.android.application' android { compileSdkVersion 29 defaultConfig { applicationId "org.dslul.ticketreader" minSdkVersion 15 targetSdkVersion 29 - versionCode 37 - versionName "2.6" + versionCode 38 + versionName "2.6.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.preference:preference:1.1.0' implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' implementation 'androidx.media:media:1.1.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.browser:browser:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.vectordrawable:vectordrawable:1.1.0' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'com.google.android.gms:play-services-ads:18.3.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'com.yarolegovich:lovely-dialog:1.1.0' }