X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=79f562173e13d4a622a74b4be38ba0727bb6fd89;hb=b3543a7d0c6d4614d0cedb01359f7bbbb3f68d02;hp=6cbd93bcd364e7493252a1bc15de046d7388b729;hpb=8098a8b37a4331b9faf6cf50a51a0d7aa9677421;p=mobile-ledger.git diff --git a/app/build.gradle b/app/build.gradle index 6cbd93bc..79f56217 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,6 +46,12 @@ android { versionNameSuffix '-debug' applicationIdSuffix '.debug' } + pre { + applicationIdSuffix '.pre' + versionNameSuffix '-pre' + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' + } } sourceSets { main { assets.srcDirs = ['src/main/assets', 'src/main/assets/'] } } buildToolsVersion '29.0.3' @@ -64,13 +70,13 @@ dependencies { def room_version = '2.2.6' implementation "androidx.room:room-runtime:$room_version" annotationProcessor "androidx.room:room-compiler:$room_version" - def nav_version = '2.3.4' + def nav_version = '2.3.5' implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.recyclerview:recyclerview:1.1.0' + implementation 'androidx.recyclerview:recyclerview:1.2.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.4.0-alpha05' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0-alpha05'