mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 04:37:25 +01:00
Make generating release apk availalbe.
This commit is contained in:
parent
8be2a9ae18
commit
7a3e22617b
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
.externalNativeBuild
|
.externalNativeBuild
|
||||||
|
/app/release
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -52,7 +52,6 @@ dependencies {
|
|||||||
// Room components
|
// Room components
|
||||||
implementation "androidx.room:room-runtime:$rootProject.roomVersion"
|
implementation "androidx.room:room-runtime:$rootProject.roomVersion"
|
||||||
annotationProcessor "androidx.room:room-compiler:$rootProject.roomVersion"
|
annotationProcessor "androidx.room:room-compiler:$rootProject.roomVersion"
|
||||||
androidTestImplementation "androidx.room:room-testing:$rootProject.roomVersion"
|
|
||||||
// Lifecycle components
|
// Lifecycle components
|
||||||
implementation "androidx.lifecycle:lifecycle-extensions:$rootProject.archLifecycleVersion"
|
implementation "androidx.lifecycle:lifecycle-extensions:$rootProject.archLifecycleVersion"
|
||||||
annotationProcessor "androidx.lifecycle:lifecycle-common-java8:$rootProject.archLifecycleVersion"
|
annotationProcessor "androidx.lifecycle:lifecycle-common-java8:$rootProject.archLifecycleVersion"
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
|
distributionUrl=https://services.gradle.org/distributions/gradle-5.4.1-all.zip
|
||||||
|
Loading…
Reference in New Issue
Block a user