File tree 9 files changed +19
-19
lines changed
androidTest/java/com/developer/kinda/progressx
java/com/developer/kinda/progressx
androidTest/java/com/developer/kinda
9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ android {
4
4
compileSdkVersion 29
5
5
6
6
defaultConfig {
7
- applicationId " com.kinda.progressx.sample "
8
- minSdkVersion 15
7
+ applicationId " com.developer. kinda.progressx"
8
+ minSdkVersion 21
9
9
targetSdkVersion 29
10
- versionCode 4
11
- versionName " 2 .0.19"
10
+ versionCode 5
11
+ versionName " 3 .0.19"
12
12
}
13
13
buildTypes {
14
14
release {
@@ -22,7 +22,7 @@ dependencies {
22
22
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
23
23
24
24
// android support
25
- implementation ' androidx.appcompat:appcompat:1.0.0 '
25
+ implementation ' androidx.appcompat:appcompat:1.0.2 '
26
26
27
27
// library
28
28
implementation project(' :library' )
Original file line number Diff line number Diff line change 1
- package com .kinda .progressx . sample ;
1
+ package com .developer . kinda .progressx ;
2
2
3
3
import android .app .Application ;
4
4
import android .test .ApplicationTestCase ;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.kinda.progressx.sample " >
3
+ package =" com.developer. kinda.progressx" >
4
4
5
5
<application
6
6
android : allowBackup =" true"
7
7
android : icon =" @drawable/ic_launcher"
8
8
android : label =" @string/app_name"
9
9
android : theme =" @style/AppTheme" >
10
10
<activity
11
- android : name =" com.kinda.progressx.sample .MainActivity"
11
+ android : name =" com.developer. kinda.progressx.MainActivity"
12
12
android : label =" @string/app_name" >
13
13
<intent-filter >
14
14
<action android : name =" android.intent.action.MAIN" />
Original file line number Diff line number Diff line change 1
- package com .kinda .progressx . sample ;
1
+ package com .developer . kinda .progressx ;
2
2
3
3
import android .app .Activity ;
4
4
import android .app .AlertDialog ;
13
13
import android .widget .Spinner ;
14
14
import android .widget .TextView ;
15
15
16
- import com .kinda . progressx .ProgressWheel ;
16
+ import com .developer . kinda .ProgressWheel ;
17
17
18
18
public class MainActivity extends Activity {
19
19
Original file line number Diff line number Diff line change 78
78
</LinearLayout >
79
79
</LinearLayout >
80
80
81
- <com .kinda.progressx .ProgressWheel
81
+ <com .developer.kinda .ProgressWheel
82
82
android : id =" @+id/progress_wheel"
83
83
android : layout_width =" 80dp"
84
84
android : layout_height =" 80dp"
127
127
android : layout_marginTop =" 16dp"
128
128
android : text =" @string/interpolated" />
129
129
130
- <com .kinda.progressx .ProgressWheel
130
+ <com .developer.kinda .ProgressWheel
131
131
android : id =" @+id/interpolated"
132
132
android : layout_width =" 80dp"
133
133
android : layout_height =" 80dp"
157
157
android : layout_marginTop =" 16dp"
158
158
android : text =" @string/linear" />
159
159
160
- <com .kinda.progressx .ProgressWheel
160
+ <com .developer.kinda .ProgressWheel
161
161
android : id =" @+id/linear"
162
162
android : layout_width =" 80dp"
163
163
android : layout_height =" 80dp"
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ android {
7
7
compileSdkVersion 29
8
8
9
9
defaultConfig {
10
- minSdkVersion 15
10
+ minSdkVersion 21
11
11
targetSdkVersion 29
12
- versionCode 4
13
- versionName " 2 .0.19"
12
+ versionCode 5
13
+ versionName " 3 .0.19"
14
14
}
15
15
buildTypes {
16
16
release {
Original file line number Diff line number Diff line change 1
- package com .kinda . progressx ;
1
+ package com .developer . kinda ;
2
2
3
3
import android .app .Application ;
4
4
import android .test .ApplicationTestCase ;
Original file line number Diff line number Diff line change 1
- <manifest package =" com.kinda.progressx " >
1
+ <manifest package =" com.developer.kinda " >
2
2
3
3
<application />
4
4
</manifest >
Original file line number Diff line number Diff line change 1
- package com .kinda . progressx ;
1
+ package com .developer . kinda ;
2
2
3
3
import android .annotation .TargetApi ;
4
4
import android .content .Context ;
You can’t perform that action at this time.
0 commit comments