popup window preview
This commit is contained in:
parent
f7bed719e3
commit
2ff2448739
16 changed files with 111 additions and 59 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue