File tree Expand file tree Collapse file tree
colorpickerpreference/src/main/java/com/skydoves/colorpickerpreference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ allprojects {
2727And add a dependency code to your ** module** 's ` build.gradle ` file.
2828``` gradle
2929dependencies {
30- implementation "com.github.skydoves:colorpickerpreference:2.0.5 "
30+ implementation "com.github.skydoves:colorpickerpreference:2.0.6 "
3131}
3232```
3333
Original file line number Diff line number Diff line change 1111 android : supportsRtl =" true"
1212 android : theme =" @style/AppTheme"
1313 tools : ignore =" AllowBackup,GoogleAppIndexingWarning" >
14- <activity android : name =" .MainActivity" >
14+ <activity android : name =" .MainActivity"
15+ android : exported =" true" >
1516 <intent-filter >
1617 <action android : name =" android.intent.action.MAIN" />
1718 <category android : name =" android.intent.category.LAUNCHER" />
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ class ColorPickerPreference : Preference {
4545 private lateinit var colorBox: View
4646 private lateinit var preferenceDialog: AlertDialog
4747 private lateinit var preferenceColorPickerView: ColorPickerView
48- var preferenceColorListener: ColorPickerViewListener ? = null
4948
49+ var preferenceColorListener: ColorPickerViewListener ? = null
5050 var defaultColor: Int = Color .BLACK
5151 var cornerRadius: Int = 0
5252 var paletteDrawable: Drawable ? = null
Original file line number Diff line number Diff line change 11ext. versions = [
22 minSdk : 16 ,
3- compileSdk : 30 ,
4- versionCode : 16 ,
5- versionName : ' 2.0.5 ' ,
3+ compileSdk : 31 ,
4+ versionCode : 17 ,
5+ versionName : ' 2.0.6 ' ,
66
7- gradleBuildTool : ' 4.1.1 ' ,
8- spotlessGradle : ' 5.9 .0' ,
9- ktlintGradle : ' 0.40 .0' ,
10- dokkaGradle : ' 1.4.20 ' ,
11- mavenPublish : ' 0.13.0 ' ,
7+ gradleBuildTool : ' 7.0.2 ' ,
8+ spotlessGradle : ' 5.14 .0' ,
9+ ktlintGradle : ' 0.41 .0' ,
10+ dokkaGradle : ' 1.4.32 ' ,
11+ mavenPublish : ' 0.15.1 ' ,
1212
13- kotlin : ' 1.4.20 ' ,
13+ kotlin : ' 1.4.31 ' ,
1414 preference : ' 1.1.1' ,
15- annotation : ' 1.1 .0' ,
16- colorpickerView : ' 2.2.2 ' ,
15+ annotation : ' 1.3 .0' ,
16+ colorpickerView : ' 2.2.3 ' ,
1717
1818 // used for demo
1919 googleMaterial : ' 1.3.0-alpha03' ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3131GROUP =com.github.skydoves
3232POM_PACKAGING =aar
3333
34- VERSION_NAME =2.0.6 -SNAPSHOT
34+ VERSION_NAME =2.0.7 -SNAPSHOT
3535
3636POM_ARTIFACT_ID =colorpickerpreference
3737POM_NAME =colorpickerpreference
@@ -50,5 +50,3 @@ POM_DEVELOPER_ID=skydoves
5050POM_DEVELOPER_NAME =Jaewoong Eum
5151POM_DEVELOPER_URL =https://github.com/skydoves/
5252
53- RELEASE_REPOSITORY_URL =https://oss.sonatype.org/service/local/staging/deploy/maven2/
54- SNAPSHOT_REPOSITORY_URL =https://oss.sonatype.org/content/repositories/snapshots/
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -all.zip
You can’t perform that action at this time.
0 commit comments