mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-07-01 15:27:58 +02:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
7be868648b | |||
1702d8dfb5 | |||
8ac2901e23 | |||
e47c8593da | |||
060f557752 |
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@ -14,9 +14,9 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
java-version: 11
|
java-version: 11
|
||||||
|
|
||||||
# Builds the release artifacts of the library
|
# Builds the release artifacts of the library
|
||||||
- name: Release build
|
- name: Release build
|
||||||
|
@ -13,7 +13,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionName "2.0.0"
|
versionName "2.0.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
consumerProguardFiles 'consumer-rules.pro'
|
consumerProguardFiles 'consumer-rules.pro'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user