popup window preview
Some checks failed
Android CI / build (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Lint Code Base / run-lint (push) Has been cancelled

This commit is contained in:
lucky 2022-02-16 12:30:44 +03:00 committed by lucky
parent f7bed719e3
commit 2ff2448739
16 changed files with 111 additions and 59 deletions

View file

@ -10,8 +10,8 @@ android {
applicationId "me.lucky.red"
minSdk 29
targetSdk 32
versionCode 8
versionName "1.0.7"
versionCode 9
versionName "1.0.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@ -39,10 +39,10 @@ android {
}
dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'