Skip to content

Commit

Permalink
Updated Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TutorialsAndroid committed Jun 10, 2019
1 parent fc2d26c commit b908f35
Show file tree
Hide file tree
Showing 1,388 changed files with 4,693 additions and 10,650 deletions.
Binary file modified .gradle/5.1.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/5.1.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/5.1.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified .gradle/5.1.1/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file modified .idea/caches/gradle_models.ser
Binary file not shown.
15 changes: 15 additions & 0 deletions .idea/libraries/Gradle__androidx_appcompat_appcompat_1_0_2_aar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions .idea/libraries/Gradle__androidx_core_core_1_0_1_aar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,419 changes: 815 additions & 604 deletions .idea/workspace.xml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 10
versionName "2.0.19"
versionCode 11
versionName "3.0.19"
}

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

//ANDROID SUPPORT LIBRARIES
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'

//KINDA PROGRESSX LIBRARY
implementation 'com.github.TutorialsAndroid:progressx:v2.0'
implementation 'com.github.TutorialsAndroid:progressx:v2.0.19'
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public final class BuildConfig {
public static final String APPLICATION_ID = "com.kinda.alert.test";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 10;
public static final String VERSION_NAME = "2.0.19";
public static final int VERSION_CODE = 11;
public static final String VERSION_NAME = "3.0.19";
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.kinda.alert;
package com.developer.kinda;

public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.kinda.alert";
public static final String APPLICATION_ID = "com.developer.kinda";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 10;
public static final String VERSION_NAME = "2.0.19";
public static final int VERSION_CODE = 11;
public static final String VERSION_NAME = "3.0.19";
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.kinda.alert"
android:versionCode="10"
android:versionName="2.0.19" >
package="com.developer.kinda"
android:versionCode="11"
android:versionName="3.0.19" >

<uses-sdk
android:minSdkVersion="21"
Expand Down
Original file line number Diff line number Diff line change
@@ -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":""}}]
[{"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.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Sun Jun 02 13:00:51 IST 2019
#Mon Jun 10 14:50:57 IST 2019
E\:\\GithubProjects\\alert\\library\\src\\main\\res\\drawable\\dialog_background.xml=E\:\\GithubProjects\\alert\\library\\build\\intermediates\\packaged_res\\debug\\drawable\\dialog_background.xml
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
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
Expand Down

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.kinda.alert"
android:versionCode="10"
android:versionName="2.0.19" >
package="com.developer.kinda"
android:versionCode="11"
android:versionName="3.0.19" >

<uses-sdk
android:minSdkVersion="21"
Expand Down
Original file line number Diff line number Diff line change
@@ -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":""}}]
[{"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":""}}]
Original file line number Diff line number Diff line change
@@ -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":{}}]
[{"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":{}}]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:toAlpha="1"
android:duration="400"/>

<sweet:com.kinda.alert.Rotate3dAnimation
<sweet:com.developer.kinda.Rotate3dAnimation
sweet:rollType="x"
sweet:fromDeg="100"
sweet:toDeg="0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
android:layout_height="match_parent"
android:background="@drawable/success_circle" />

<com.kinda.alert.SuccessTickView
<com.developer.kinda.SuccessTickView
android:id="@+id/success_tick"
android:layout_width="match_parent"
android:layout_height="match_parent" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
com.kinda.alert
com.developer.kinda
anim abc_fade_in
anim abc_fade_out
anim abc_grow_fade_in_from_bottom
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ INJECTED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml:1:1-3
INJECTED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml:1:1-3:12
INJECTED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml:1:1-3:12
package
ADDED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml:1:11-36
ADDED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml:1:11-40
INJECTED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml
INJECTED from E:\GithubProjects\alert\library\src\main\AndroidManifest.xml
android:versionName
Expand Down
8 changes: 4 additions & 4 deletions library/library.iml
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@
<orderEntry type="library" name="Gradle: androidx.drawerlayout:drawerlayout:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.documentfile:documentfile:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.localbroadcastmanager:localbroadcastmanager:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.appcompat:appcompat:1.0.2@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-runtime:2.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-livedata-core:2.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.cursoradapter:cursoradapter:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-livedata:2.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.customview:customview:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.core:core:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.vectordrawable:vectordrawable-animated:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.asynclayoutinflater:asynclayoutinflater:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: com.github.TutorialsAndroid:progressx:v2.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.vectordrawable:vectordrawable:1.0.1@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.interpolator:interpolator:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.fragment:fragment:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.lifecycle:lifecycle-common:2.0.0@jar" level="project" />
Expand All @@ -141,10 +141,10 @@
<orderEntry type="library" name="Gradle: androidx.slidingpanelayout:slidingpanelayout:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.arch.core:core-common:2.0.0@jar" level="project" />
<orderEntry type="library" name="Gradle: androidx.annotation:annotation:1.0.0@jar" level="project" />
<orderEntry type="library" name="Gradle: com.github.TutorialsAndroid:progressx:v2.0.19@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.coordinatorlayout:coordinatorlayout:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.appcompat:appcompat:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.vectordrawable:vectordrawable:1.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.arch.core:core-runtime:2.0.0@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.core:core:1.0.1@aar" level="project" />
<orderEntry type="library" name="Gradle: androidx.collection:collection:1.0.0@jar" level="project" />
</component>
</module>
2 changes: 1 addition & 1 deletion library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<manifest package="com.kinda.alert">
<manifest package="com.developer.kinda">
<application/>
</manifest>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.kinda.alert;
package com.developer.kinda;

import android.content.Context;
import android.content.res.Resources;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.kinda.alert;
package com.developer.kinda;

import android.app.AlertDialog;
import com.kinda.progressx.ProgressWheel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.kinda.alert;
package com.developer.kinda;

import android.content.Context;
import com.kinda.progressx.ProgressWheel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.kinda.alert;
package com.developer.kinda;

import android.content.Context;
import android.content.res.TypedArray;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.kinda.alert;
package com.developer.kinda;

import android.content.Context;
import android.graphics.Canvas;
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/res/anim/error_frame_in.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:toAlpha="1"
android:duration="400"/>

<sweet:com.kinda.alert.Rotate3dAnimation
<sweet:com.developer.kinda.Rotate3dAnimation
sweet:rollType="x"
sweet:fromDeg="100"
sweet:toDeg="0"
Expand Down
2 changes: 1 addition & 1 deletion library/src/main/res/layout/alert_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
android:layout_height="match_parent"
android:background="@drawable/success_circle" />

<com.kinda.alert.SuccessTickView
<com.developer.kinda.SuccessTickView
android:id="@+id/success_tick"
android:layout_width="match_parent"
android:layout_height="match_parent" />
Expand Down
8 changes: 4 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ android {
compileSdkVersion 29

defaultConfig {
applicationId "com.kinda.alert.main"
applicationId "com.developer.kinda.alert"
minSdkVersion 21
targetSdkVersion 29
versionCode 10
versionName "2.0.19"
versionCode 11
versionName "3.0.19"
}

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

//ANDROID SUPPORT LIBRARIES
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'

//library
implementation project(':library')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.kinda.alert;
package com.developer.kinda;

public final class R {
private R() {}
Expand Down
Loading

0 comments on commit b908f35

Please sign in to comment.