Commit b0e2a5f 1 parent 003ec8c commit b0e2a5f Copy full SHA for b0e2a5f
File tree 5 files changed +14
-7
lines changed
5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript
8
8
9
9
dependencies
10
10
{
11
- classpath ' com.android.tools.build:gradle:3.4.0 '
11
+ classpath ' com.android.tools.build:gradle:8.0.1 '
12
12
}
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ apply plugin: 'com.android.application'
3
3
android
4
4
{
5
5
compileSdkVersion 27
6
- buildToolsVersion " 28.0.3"
7
6
defaultConfig
8
7
{
9
8
applicationId " net.kzxiv.notify.client"
10
9
minSdkVersion 21
11
- targetSdkVersion 21
10
+ targetSdkVersion 33
12
11
versionCode 2
13
12
versionName " 1.1"
14
13
}
15
14
lintOptions
16
15
{
17
16
abortOnError false
18
17
}
18
+ namespace ' net.kzxiv.notify.client'
19
19
}
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package = " net.kzxiv.notify.client " >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
2
2
<uses-permission android : name =" android.permission.INTERNET" />
3
3
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
4
4
9
9
android : theme =" @style/AppTheme" >
10
10
<service
11
11
android : name =" .NotificationService"
12
- android : permission =" android.permission.BIND_NOTIFICATION_LISTENER_SERVICE" >
12
+ android : permission =" android.permission.BIND_NOTIFICATION_LISTENER_SERVICE"
13
+ android : exported =" true" >
14
+
13
15
<intent-filter >
14
16
<action android : name =" android.service.notification.NotificationListenerService" />
15
17
</intent-filter >
19
21
android : name =" .HttpTransportService"
20
22
android : exported =" false" />
21
23
22
- <activity android : name =" .ConfigurationActivity" >
24
+ <activity android : name =" .ConfigurationActivity"
25
+ android : exported =" true" >
26
+
23
27
<intent-filter >
24
28
<action android : name =" android.intent.action.MAIN" />
25
29
<action android : name =" android.intent.action.MANAGE_NETWORK_USAGE" />
Original file line number Diff line number Diff line change
1
+ android.defaults.buildfeatures.buildconfig =true
2
+ android.nonFinalResIds =false
3
+ android.nonTransitiveRClass =false
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.1.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -all.zip
You can’t perform that action at this time.
0 commit comments