Skip to content

Commit

Permalink
Release version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 3, 2019
1 parent f1abbf5 commit 5400efd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:androidveil:1.0.6"
implementation "com.github.skydoves:androidveil:1.0.7"
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import android.os.Bundle
import androidx.appcompat.app.AppCompatActivity
import io.reactivex.Observable
import io.reactivex.android.schedulers.AndroidSchedulers
import kotlinx.android.synthetic.main.activity_detail.*
import java.util.concurrent.TimeUnit
import kotlinx.android.synthetic.main.activity_detail.*

/**
* Developed by skydoves on 2018-10-30.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import com.skydoves.androidveildemo.profile.ProfileAdapter
import com.skydoves.androidveildemo.profile.ProfileViewHolder
import io.reactivex.Observable
import io.reactivex.android.schedulers.AndroidSchedulers
import kotlinx.android.synthetic.main.activity_main.*
import java.util.concurrent.TimeUnit
import kotlinx.android.synthetic.main.activity_main.*

/**
* Developed by skydoves on 2018-10-30.
Expand Down
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ext.versions = [
minSdk : 16,
compileSdk : 29,
versionCode : 7,
versionName : '1.0.6',
versionCode : 8,
versionName : '1.0.7',

gradleBuildTool : '3.5.0',
spotlessGradle : '3.24.2',
spotlessGradle : '3.25.0',
dokkaGradle : '0.9.18',
bintrayRelease : '0.9',
bintrayRelease : '0.9.1',

kotlin : '1.3.50',
androidxAppcompat : '1.1.0',
Expand Down

0 comments on commit 5400efd

Please sign in to comment.