Skip to content

Commit

Permalink
version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artyomnikolaev committed Jul 22, 2020
1 parent e1bb656 commit f0e62a3
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.xsolla.android.storesdkexample"
minSdkVersion 21
targetSdkVersion 29
versionCode 5
versionName "0.12.0"
versionCode 6
versionName "0.13.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary true

Expand Down
4 changes: 2 additions & 2 deletions xsolla-login-sdk-facebook/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'org.jetbrains.dokka'

version = '0.12.0'
version = '0.13.0'

android {
compileSdkVersion 29
Expand All @@ -13,7 +13,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 5
versionCode 6
versionName version

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions xsolla-login-sdk-google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'org.jetbrains.dokka'

version = '0.12.0'
version = '0.13.0'

android {
compileSdkVersion 29
Expand All @@ -13,7 +13,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 5
versionCode 6
versionName version

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion xsolla-login-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The library is available in JCenter. To start using it, add the following line to the dependencies section of your `build.gradle` file:

```groovy
implementation 'com.xsolla.android:login:0.12.0'
implementation 'com.xsolla.android:login:0.13.0'
```

# Usage
Expand Down
4 changes: 2 additions & 2 deletions xsolla-login-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'org.jetbrains.dokka'

version = '0.12.0'
version = '0.13.0'

android {
compileSdkVersion 29
Expand All @@ -13,7 +13,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 5
versionCode 6
versionName version

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions xsolla-payments-sdk-playfab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka'

version = '0.12.0'
version = '0.13.0'

android {
compileSdkVersion 29
Expand All @@ -12,7 +12,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 5
versionCode 6
versionName version

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion xsolla-payments-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The library is available in JCenter. To start using it, add the following line to the dependencies section of your `build.gradle` file:

```groovy
implementation 'com.xsolla.android:payments:0.12.0'
implementation 'com.xsolla.android:payments:0.13.0'
```

# Usage
Expand Down
4 changes: 2 additions & 2 deletions xsolla-payments-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'org.jetbrains.dokka'

version = '0.12.0'
version = '0.13.0'

android {
compileSdkVersion 29
Expand All @@ -13,7 +13,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 5
versionCode 6
versionName version

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion xsolla-store-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
The library is available in JCenter. To start using it, add the following line to the dependencies section of your `build.gradle` file:

```groovy
implementation 'com.xsolla.android:store:0.12.0'
implementation 'com.xsolla.android:store:0.13.0'
```

# Usage
Expand Down
4 changes: 2 additions & 2 deletions xsolla-store-sdk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.android.library'

version = '0.12.0'
version = '0.13.0'

android {
compileSdkVersion 29
Expand All @@ -10,7 +10,7 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 5
versionCode 6
versionName version

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit f0e62a3

Please sign in to comment.