Created
December 5, 2023 11:16
-
-
Save amoozeshbebin/c02f20b0de3e2f96cdc7bd3de89793c3 to your computer and use it in GitHub Desktop.
dependendys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependencies { | |
implementation("androidx.core:core-ktx:1.12.0") | |
implementation("androidx.appcompat:appcompat:1.6.1") | |
implementation("com.google.android.material:material:1.10.0") | |
implementation("androidx.constraintlayout:constraintlayout:2.1.4") | |
testImplementation("junit:junit:4.13.2") | |
androidTestImplementation("androidx.test.ext:junit:1.1.5") | |
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1") | |
implementation ("org.jetbrains:annotations:12.0") | |
implementation ("org.jetbrains:annotations:13.0") | |
implementation ("androidx.room:room-runtime:2.3.0") | |
implementation ("androidx.room:room-compiler:2.3.0") | |
implementation ("androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1") | |
implementation ("androidx.room:room-ktx:2.3.0") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment