forked from github/wulkanowy-mirror
Version 0.9.1
This commit is contained in:
parent
83dbd9874e
commit
7a61b233f0
@ -11,9 +11,9 @@ cache:
|
||||
- $HOME/.gradle/caches/
|
||||
- $HOME/.gradle/wrapper/
|
||||
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
#branches:
|
||||
# only:
|
||||
# - develop
|
||||
|
||||
android:
|
||||
licenses:
|
||||
|
@ -17,8 +17,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 28
|
||||
versionCode 38
|
||||
versionName "0.9.0"
|
||||
versionCode 39
|
||||
versionName "0.9.1"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
@ -98,7 +98,7 @@ play {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'io.github.wulkanowy:api:0.9.0'
|
||||
implementation 'io.github.wulkanowy:api:0.9.1'
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
implementation "androidx.legacy:legacy-support-v4:1.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user