SwipeAnimationButton icon indicating copy to clipboard operation
SwipeAnimationButton copied to clipboard

not working

Open akkie2106 opened this issue 5 years ago • 1 comments

Android Resource values attr error pla fix this issue

akkie2106 avatar Jul 22 '20 09:07 akkie2106

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'
    }

Felipe00 avatar Nov 26 '22 14:11 Felipe00