Skip to content

Commit

Permalink
add options for customization style
Browse files Browse the repository at this point in the history
  • Loading branch information
oky2abbas committed Oct 19, 2020
1 parent ce1eca6 commit 87f5b29
Show file tree
Hide file tree
Showing 13 changed files with 235 additions and 142 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
##### `Node Line Chart`

[![](https://jitpack.io/v/oky2abbas/reactor.svg)](https://jitpack.io/#dfmAbbas/reactor)
[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/oky2abbas/reactor)
[![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat)](https://github.com/oky2abbas/reactor)
[![](https://jitpack.io/v/naqdi/reactor.svg)](https://jitpack.io/#dfmAbbas/reactor)
[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/naqdi/reactor)
[![API](https://img.shields.io/badge/API-14%2B-blue.svg?style=flat)](https://github.com/naqdi/reactor)

**Chain Chart View** is a


[![Donate](https://img.shields.io/badge/Donate-green)](https://idpay.ir/oky2abbas)
[![Donate](https://img.shields.io/badge/Donate-green)](https://idpay.ir/naqdi)

**Bitcoin (BTC) Donate: `bc1qhgvnx2nfzr0qep5fnsevyyn59k32wpe7q0c7nh`**

Expand Down
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
minV = 14
minV = 17
targetV = 30
vCode = 1
vName = '0.9.0'
Expand All @@ -9,12 +9,13 @@ buildscript {
gradleV = '4.1.0'
kotlinV = '1.4.10'
materialV = '1.2.1'
appcompatV = '1.2.0'
}

repositories {
maven { url 'https://maven.google.com' }
google()
jcenter()
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:$gradleV"
Expand All @@ -24,6 +25,7 @@ buildscript {

allprojects {
repositories {
maven { url 'https://maven.google.com' }
google()
jcenter()
}
Expand Down
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinV"
implementation "androidx.appcompat:appcompat:$appcompatV"
}
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.oky2abbas.library">
package="com.naqdi.chart">

</manifest>
Loading

0 comments on commit 87f5b29

Please sign in to comment.