mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-23 17:26:04 -06:00
Version 0.7.1
This commit is contained in:
parent
575e244b3a
commit
5add95ece1
@ -11,10 +11,10 @@ cache:
|
||||
- $HOME/.gradle/caches/
|
||||
- $HOME/.gradle/wrapper/
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- 0.7.x
|
||||
#branches:
|
||||
# only:
|
||||
# - master
|
||||
# - 0.7.x
|
||||
|
||||
android:
|
||||
licenses:
|
||||
|
@ -16,8 +16,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 28
|
||||
versionCode 26
|
||||
versionName "0.7.0"
|
||||
versionCode 27
|
||||
versionName "0.7.1"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
@ -77,7 +77,7 @@ play {
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
implementation('com.github.wulkanowy:api:bc60169383') { exclude module: "threetenbp" }
|
||||
implementation('io.github.wulkanowy:api:0.7.1') { exclude module: "threetenbp" }
|
||||
|
||||
implementation "androidx.legacy:legacy-support-v4:1.0.0"
|
||||
implementation "androidx.appcompat:appcompat:1.0.2"
|
||||
|
@ -1,5 +1,3 @@
|
||||
Wersja 0.7.0
|
||||
|
||||
Dodaliśmy:
|
||||
- szczęśliwy numerek
|
||||
- lekcje zrealizowane
|
||||
|
Loading…
Reference in New Issue
Block a user