Skip to content

Commit 2d21bc3

Browse files
author
Dmytro Kos
authored
Release v1.2.4
Release v1.2.4
2 parents e758d0d + c98a41c commit 2d21bc3

File tree

145 files changed

+332
-299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+332
-299
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Table of contents
3434
| Dependency | Version |
3535
| :--- | :---: |
3636
| Min SDK | 19 |
37-
| Target SDK | 29 |
38-
| androidx.appcompat:appcompat | 1.1.0 |
39-
| com.google.android.material:material | 1.1.0 |
37+
| Target SDK | 30 |
38+
| androidx.appcompat:appcompat | 1.2.0 |
39+
| com.google.android.material:material | 1.2.0 |
4040
| androidx.core:core-ktx | 1.3.1 |
4141
| org.jetbrains.kotlin:kotlin-stdlib-jdk7 | 1.3.72 |
4242

@@ -52,7 +52,7 @@ For integration you need to install the [Android Studio](http://developer.androi
5252
If you are using Maven, add the following to your `build.gradle` file:
5353
```gradle
5454
dependencies {
55-
implementation 'com.verygoodsecurity:vgscollect:1.2.3
55+
implementation 'com.verygoodsecurity:vgscollect:1.2.4
5656
}
5757
```
5858

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 29
6+
compileSdkVersion 30
77
buildToolsVersion "29.0.3"
88
defaultConfig {
99
applicationId "com.verygoodsecurity.demoapp"
1010
minSdkVersion 19
11-
targetSdkVersion 29
11+
targetSdkVersion 30
1212
versionCode 1
1313
versionName "1.0"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -73,8 +73,8 @@ def getLocalProperty(String propName) {
7373
dependencies {
7474
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
7575

76-
implementation 'androidx.appcompat:appcompat:1.1.0'
77-
implementation 'com.google.android.material:material:1.1.0'
76+
implementation "androidx.appcompat:appcompat:$android_support_libraries"
77+
implementation "com.google.android.material:material:$android_support_libraries"
7878

7979
implementation project(":vgscollect")
8080
implementation project(":vgscollect-cardio")

app/src/main/res/layout/input_field_paddings_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto"
188188
android:layout_height="wrap_content"
189189
app:hintEnabled="true"
190190
app:endIconTint="@color/colorAccent"
191-
app:hint="padding right"
191+
app:hint="padding top"
192192
app:boxBackgroundModes="outline"
193193
app:boxStrokeColor="@color/colorAccent">
194194
<com.verygoodsecurity.vgscollect.widget.PersonNameEditText

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
buildscript {
22
ext.kotlin_version = '1.3.72'
33
ext.dokka_version = '0.10.1'
4+
45
repositories {
56
google()
67
jcenter()
@@ -15,6 +16,11 @@ buildscript {
1516
}
1617
}
1718

19+
ext {
20+
mockito_version = '3.4.6'
21+
android_support_libraries = '1.2.0'
22+
}
23+
1824
allprojects {
1925
repositories {
2026
google()

docs/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_242-release) on Thu Aug 06 21:21:16 EEST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_242-release) on Fri Aug 14 16:27:23 EEST 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes</title>
8-
<meta name="date" content="2020-08-06">
8+
<meta name="date" content="2020-08-14">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_242-release) on Thu Aug 06 21:21:16 EEST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_242-release) on Fri Aug 14 16:27:23 EEST 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>All Classes</title>
8-
<meta name="date" content="2020-08-06">
8+
<meta name="date" content="2020-08-14">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/com/verygoodsecurity/vgscollect/app/BaseTransmitActivity.Companion.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_242-release) on Thu Aug 06 21:21:14 EEST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_242-release) on Fri Aug 14 16:27:22 EEST 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>BaseTransmitActivity.Companion</title>
8-
<meta name="date" content="2020-08-06">
8+
<meta name="date" content="2020-08-14">
99
<meta name="keywords" content="com.verygoodsecurity.vgscollect.app.BaseTransmitActivity.Companion class">
1010
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

docs/com/verygoodsecurity/vgscollect/app/BaseTransmitActivity.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_242-release) on Thu Aug 06 21:21:14 EEST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_242-release) on Fri Aug 14 16:27:22 EEST 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>BaseTransmitActivity</title>
8-
<meta name="date" content="2020-08-06">
8+
<meta name="date" content="2020-08-14">
99
<meta name="keywords" content="com.verygoodsecurity.vgscollect.app.BaseTransmitActivity class">
1010
<meta name="keywords" content="RESULT_DATA">
1111
<meta name="keywords" content="Companion">

docs/com/verygoodsecurity/vgscollect/app/package-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_242-release) on Thu Aug 06 21:21:16 EEST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_242-release) on Fri Aug 14 16:27:23 EEST 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>com.verygoodsecurity.vgscollect.app</title>
8-
<meta name="date" content="2020-08-06">
8+
<meta name="date" content="2020-08-14">
99
<meta name="keywords" content="com.verygoodsecurity.vgscollect.app package">
1010
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

docs/com/verygoodsecurity/vgscollect/app/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_242-release) on Thu Aug 06 21:21:16 EEST 2020 -->
5+
<!-- Generated by javadoc (1.8.0_242-release) on Fri Aug 14 16:27:23 EEST 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
77
<title>com.verygoodsecurity.vgscollect.app</title>
8-
<meta name="date" content="2020-08-06">
8+
<meta name="date" content="2020-08-14">
99
<meta name="keywords" content="com.verygoodsecurity.vgscollect.app package">
1010
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
1111
<script type="text/javascript" src="../../../../script.js"></script>

0 commit comments

Comments
 (0)