Skip to content

Commit b908f35

Browse files
Updated Dependencies
1 parent fc2d26c commit b908f35

File tree

1,388 files changed

+4693
-10650
lines changed

Some content is hidden

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

1,388 files changed

+4693
-10650
lines changed
Binary file not shown.
Binary file not shown.
31.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
238 Bytes
Binary file not shown.
58.6 KB
Binary file not shown.
36.2 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
504 Bytes
Binary file not shown.

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/caches/gradle_models.ser

14 Bytes
Binary file not shown.

.idea/libraries/Gradle__androidx_appcompat_appcompat_1_0_2_aar.xml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__androidx_core_core_1_0_1_aar.xml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__androidx_vectordrawable_vectordrawable_1_0_1_aar.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/Gradle__com_github_TutorialsAndroid_progressx_v2_0_19_aar.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 815 additions & 604 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 21
1111
targetSdkVersion 29
12-
versionCode 10
13-
versionName "2.0.19"
12+
versionCode 11
13+
versionName "3.0.19"
1414
}
1515

1616
lintOptions {
@@ -22,8 +22,8 @@ dependencies {
2222
implementation fileTree(include: ['*.jar'], dir: 'libs')
2323

2424
//ANDROID SUPPORT LIBRARIES
25-
implementation 'androidx.appcompat:appcompat:1.0.0'
25+
implementation 'androidx.appcompat:appcompat:1.0.2'
2626

2727
//KINDA PROGRESSX LIBRARY
28-
implementation 'com.github.TutorialsAndroid:progressx:v2.0'
28+
implementation 'com.github.TutorialsAndroid:progressx:v2.0.19'
2929
}

library/build/generated/source/buildConfig/androidTest/debug/com/kinda/alert/test/BuildConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public final class BuildConfig {
88
public static final String APPLICATION_ID = "com.kinda.alert.test";
99
public static final String BUILD_TYPE = "debug";
1010
public static final String FLAVOR = "";
11-
public static final int VERSION_CODE = 10;
12-
public static final String VERSION_NAME = "2.0.19";
11+
public static final int VERSION_CODE = 11;
12+
public static final String VERSION_NAME = "3.0.19";
1313
}
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
22
* Automatically generated file. DO NOT MODIFY
33
*/
4-
package com.kinda.alert;
4+
package com.developer.kinda;
55

66
public final class BuildConfig {
77
public static final boolean DEBUG = Boolean.parseBoolean("true");
8-
public static final String APPLICATION_ID = "com.kinda.alert";
8+
public static final String APPLICATION_ID = "com.developer.kinda";
99
public static final String BUILD_TYPE = "debug";
1010
public static final String FLAVOR = "";
11-
public static final int VERSION_CODE = 10;
12-
public static final String VERSION_NAME = "2.0.19";
11+
public static final int VERSION_CODE = 11;
12+
public static final String VERSION_NAME = "3.0.19";
1313
}

library/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.kinda.alert"
4-
android:versionCode="10"
5-
android:versionName="2.0.19" >
3+
package="com.developer.kinda"
4+
android:versionCode="11"
5+
android:versionName="3.0.19" >
66

77
<uses-sdk
88
android:minSdkVersion="21"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":10,"versionName":"2.0.19","enabled":true,"outputFile":"library-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.kinda.alert","split":""}}]
1+
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":11,"versionName":"3.0.19","enabled":true,"outputFile":"library-debug.aar","fullName":"debug","baseName":"debug"},"path":"AndroidManifest.xml","properties":{"packageId":"com.developer.kinda","split":""}}]
Binary file not shown.

library/build/intermediates/incremental/packageDebugResources/compile-file-map.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Sun Jun 02 13:00:51 IST 2019
1+
#Mon Jun 10 14:50:57 IST 2019
22
E\:\\GithubProjects\\alert\\library\\src\\main\\res\\drawable\\dialog_background.xml=E\:\\GithubProjects\\alert\\library\\build\\intermediates\\packaged_res\\debug\\drawable\\dialog_background.xml
33
E\:\\GithubProjects\\alert\\library\\src\\main\\res\\anim\\success_bow_roate.xml=E\:\\GithubProjects\\alert\\library\\build\\intermediates\\packaged_res\\debug\\anim\\success_bow_roate.xml
44
E\:\\GithubProjects\\alert\\library\\src\\main\\res\\drawable\\gray_button_background.xml=E\:\\GithubProjects\\alert\\library\\build\\intermediates\\packaged_res\\debug\\drawable\\gray_button_background.xml

library/build/intermediates/incremental/packageDebugResources/merged.dir/values/values.xml

Lines changed: 0 additions & 60 deletions
This file was deleted.

library/build/intermediates/library_manifest/debug/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.kinda.alert"
4-
android:versionCode="10"
5-
android:versionName="2.0.19" >
3+
package="com.developer.kinda"
4+
android:versionCode="11"
5+
android:versionName="3.0.19" >
66

77
<uses-sdk
88
android:minSdkVersion="21"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":10,"versionName":"2.0.19","enabled":true,"outputFile":"library-debug.aar","fullName":"debug","baseName":"debug"},"path":"..\\..\\library_manifest\\debug\\AndroidManifest.xml","properties":{"packageId":"com.kinda.alert","split":""}}]
1+
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":11,"versionName":"3.0.19","enabled":true,"outputFile":"library-debug.aar","fullName":"debug","baseName":"debug"},"path":"..\\..\\library_manifest\\debug\\AndroidManifest.xml","properties":{"packageId":"com.developer.kinda","split":""}}]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":10,"versionName":"2.0.19","enabled":true,"outputFile":"library-debug-androidTest.apk","fullName":"debugAndroidTest","baseName":"debug-androidTest"},"path":"AndroidManifest.xml","properties":{}}]
1+
[{"outputType":{"type":"MERGED_MANIFESTS"},"apkData":{"type":"MAIN","splits":[],"versionCode":11,"versionName":"3.0.19","enabled":true,"outputFile":"library-debug-androidTest.apk","fullName":"debugAndroidTest","baseName":"debug-androidTest"},"path":"AndroidManifest.xml","properties":{}}]

library/build/intermediates/packaged_res/debug/anim/error_frame_in.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
android:toAlpha="1"
1111
android:duration="400"/>
1212

13-
<sweet:com.kinda.alert.Rotate3dAnimation
13+
<sweet:com.developer.kinda.Rotate3dAnimation
1414
sweet:rollType="x"
1515
sweet:fromDeg="100"
1616
sweet:toDeg="0"

library/build/intermediates/packaged_res/debug/layout/alert_dialog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
android:layout_height="match_parent"
7474
android:background="@drawable/success_circle" />
7575

76-
<com.kinda.alert.SuccessTickView
76+
<com.developer.kinda.SuccessTickView
7777
android:id="@+id/success_tick"
7878
android:layout_width="match_parent"
7979
android:layout_height="match_parent" />

library/build/intermediates/res/symbol-table-with-package/debug/package-aware-r.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
com.kinda.alert
1+
com.developer.kinda
22
anim abc_fade_in
33
anim abc_fade_out
44
anim abc_grow_fade_in_from_bottom
Binary file not shown.

library/build/outputs/logs/manifest-merger-debug-report.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ INJECTED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml:1:1-3
88
INJECTED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml:1:1-3:12
99
INJECTED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml:1:1-3:12
1010
package
11-
ADDED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml:1:11-36
11+
ADDED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml:1:11-40
1212
INJECTED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml
1313
INJECTED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml
1414
android:versionName

library/library.iml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@
122122
<orderEntry type="library" name="Gradle: androidx.drawerlayout:drawerlayout:1.0.0@aar" level="project" />
123123
<orderEntry type="library" name="Gradle: androidx.documentfile:documentfile:1.0.0@aar" level="project" />
124124
<orderEntry type="library" name="Gradle: androidx.localbroadcastmanager:localbroadcastmanager:1.0.0@aar" level="project" />
125+
<orderEntry type="library" name="Gradle: androidx.appcompat:appcompat:1.0.2@aar" level="project" />
125126
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-runtime:2.0.0@aar" level="project" />
126127
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-livedata-core:2.0.0@aar" level="project" />
127128
<orderEntry type="library" name="Gradle: androidx.cursoradapter:cursoradapter:1.0.0@aar" level="project" />
128129
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-livedata:2.0.0@aar" level="project" />
129130
<orderEntry type="library" name="Gradle: androidx.customview:customview:1.0.0@aar" level="project" />
130-
<orderEntry type="library" name="Gradle: androidx.core:core:1.0.0@aar" level="project" />
131131
<orderEntry type="library" name="Gradle: androidx.vectordrawable:vectordrawable-animated:1.0.0@aar" level="project" />
132132
<orderEntry type="library" name="Gradle: androidx.asynclayoutinflater:asynclayoutinflater:1.0.0@aar" level="project" />
133-
<orderEntry type="library" name="Gradle: com.github.TutorialsAndroid:progressx:v2.0@aar" level="project" />
133+
<orderEntry type="library" name="Gradle: androidx.vectordrawable:vectordrawable:1.0.1@aar" level="project" />
134134
<orderEntry type="library" name="Gradle: androidx.interpolator:interpolator:1.0.0@aar" level="project" />
135135
<orderEntry type="library" name="Gradle: androidx.fragment:fragment:1.0.0@aar" level="project" />
136136
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-common:2.0.0@jar" level="project" />
@@ -141,10 +141,10 @@
141141
<orderEntry type="library" name="Gradle: androidx.slidingpanelayout:slidingpanelayout:1.0.0@aar" level="project" />
142142
<orderEntry type="library" name="Gradle: androidx.arch.core:core-common:2.0.0@jar" level="project" />
143143
<orderEntry type="library" name="Gradle: androidx.annotation:annotation:1.0.0@jar" level="project" />
144+
<orderEntry type="library" name="Gradle: com.github.TutorialsAndroid:progressx:v2.0.19@aar" level="project" />
144145
<orderEntry type="library" name="Gradle: androidx.coordinatorlayout:coordinatorlayout:1.0.0@aar" level="project" />
145-
<orderEntry type="library" name="Gradle: androidx.appcompat:appcompat:1.0.0@aar" level="project" />
146-
<orderEntry type="library" name="Gradle: androidx.vectordrawable:vectordrawable:1.0.0@aar" level="project" />
147146
<orderEntry type="library" name="Gradle: androidx.arch.core:core-runtime:2.0.0@aar" level="project" />
147+
<orderEntry type="library" name="Gradle: androidx.core:core:1.0.1@aar" level="project" />
148148
<orderEntry type="library" name="Gradle: androidx.collection:collection:1.0.0@jar" level="project" />
149149
</component>
150150
</module>

library/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<manifest package="com.kinda.alert">
1+
<manifest package="com.developer.kinda">
22
<application/>
33
</manifest>

library/src/main/java/com/kinda/alert/AnimationLoader.java renamed to library/src/main/java/com/developer/kinda/AnimationLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.kinda.alert;
1+
package com.developer.kinda;
22

33
import android.content.Context;
44
import android.content.res.Resources;

library/src/main/java/com/kinda/alert/KAlertDialog.java renamed to library/src/main/java/com/developer/kinda/KAlertDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.kinda.alert;
1+
package com.developer.kinda;
22

33
import android.app.AlertDialog;
44
import com.kinda.progressx.ProgressWheel;

library/src/main/java/com/kinda/alert/ProgressHelper.java renamed to library/src/main/java/com/developer/kinda/ProgressHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.kinda.alert;
1+
package com.developer.kinda;
22

33
import android.content.Context;
44
import com.kinda.progressx.ProgressWheel;

library/src/main/java/com/kinda/alert/Rotate3dAnimation.java renamed to library/src/main/java/com/developer/kinda/Rotate3dAnimation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.kinda.alert;
1+
package com.developer.kinda;
22

33
import android.content.Context;
44
import android.content.res.TypedArray;

library/src/main/java/com/kinda/alert/SuccessTickView.java renamed to library/src/main/java/com/developer/kinda/SuccessTickView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.kinda.alert;
1+
package com.developer.kinda;
22

33
import android.content.Context;
44
import android.graphics.Canvas;

library/src/main/res/anim/error_frame_in.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
android:toAlpha="1"
1111
android:duration="400"/>
1212

13-
<sweet:com.kinda.alert.Rotate3dAnimation
13+
<sweet:com.developer.kinda.Rotate3dAnimation
1414
sweet:rollType="x"
1515
sweet:fromDeg="100"
1616
sweet:toDeg="0"

library/src/main/res/layout/alert_dialog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
android:layout_height="match_parent"
7474
android:background="@drawable/success_circle" />
7575

76-
<com.kinda.alert.SuccessTickView
76+
<com.developer.kinda.SuccessTickView
7777
android:id="@+id/success_tick"
7878
android:layout_width="match_parent"
7979
android:layout_height="match_parent" />

sample/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ android {
44
compileSdkVersion 29
55

66
defaultConfig {
7-
applicationId "com.kinda.alert.main"
7+
applicationId "com.developer.kinda.alert"
88
minSdkVersion 21
99
targetSdkVersion 29
10-
versionCode 10
11-
versionName "2.0.19"
10+
versionCode 11
11+
versionName "3.0.19"
1212
}
1313

1414
lintOptions {
@@ -33,7 +33,7 @@ dependencies {
3333
implementation fileTree(include: ['*.jar'], dir: 'libs')
3434

3535
//ANDROID SUPPORT LIBRARIES
36-
implementation 'androidx.appcompat:appcompat:1.0.0'
36+
implementation 'androidx.appcompat:appcompat:1.0.2'
3737

3838
//library
3939
implementation project(':library')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* gradle plugin from the resource data it found. It
55
* should not be modified by hand.
66
*/
7-
package com.kinda.alert;
7+
package com.developer.kinda;
88

99
public final class R {
1010
private R() {}

0 commit comments

Comments
 (0)