SwipeAnimationButton
SwipeAnimationButton copied to clipboard
not working
Android Resource values attr error pla fix this issue
Same here, do not know how to resolve this D:
compileSdk 33
defaultConfig {
applicationId "com.example.myapp"
minSdk 23
targetSdk 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
dependencies {
// ...
implementation 'com.github.TerryJung:SwipeAnimationButton:0.1.0'
}