diff --git a/app/build.gradle b/app/build.gradle index f3e1455..e106ee0 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,38 +1,38 @@ apply plugin: 'com.android.application' android { compileSdkVersion 33 defaultConfig { applicationId "it.fossoft.ticketreader" minSdkVersion 16 targetSdkVersion 33 - versionCode 38 - versionName "2.6.1" + versionCode 39 + versionName "2.6.1-foss" 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.6.1' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.vectordrawable:vectordrawable-animated:1.1.0' implementation 'androidx.media:media:1.6.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.browser:browser:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'com.google.android.material:material:1.9.0' implementation 'androidx.vectordrawable:vectordrawable:1.1.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' implementation 'androidx.cardview:cardview:1.0.0' implementation 'com.yarolegovich:lovely-dialog:1.1.0' }