RadioRealButton icon indicating copy to clipboard operation
RadioRealButton copied to clipboard

crash in android 10 with this config ...

Open codingwithsaeed opened this issue 4 years ago • 2 comments

android { compileSdkVersion 29 buildToolsVersion "29.0.2" defaultConfig { applicationId "com.soha_web.kamter" minSdkVersion 19 targetSdkVersion 29 versionCode 1 versionName "1.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } }

Cheese_Thu-16Jan20_18 40

codingwithsaeed avatar Jan 16 '20 15:01 codingwithsaeed

Any solution, i have this problem

jeffersonmello avatar Jul 15 '20 13:07 jeffersonmello

Use this com.github.patgdut:RadioRealButton:v2.1.2. worked for me on android.x

2mbili avatar Aug 11 '20 12:08 2mbili