5 Commits

Author SHA1 Message Date
7be868648b Set up GitHub Actions 2021-09-03 12:45:31 +02:00
1702d8dfb5 Set up GitHub Actions 2021-09-03 12:39:38 +02:00
8ac2901e23 Set up GitHub Actions 2021-09-03 12:37:28 +02:00
e47c8593da Set up GitHub Actions 2021-09-03 12:31:31 +02:00
060f557752 fixed github actions 2021-09-03 12:16:19 +02:00
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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'
} }