File tree 3 files changed +19
-8
lines changed
3 files changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -6,19 +6,28 @@ apply plugin: 'kotlin-android-extensions'
6
6
7
7
android {
8
8
compileSdkVersion 34
9
+ namespace ' com.gmail.anubhavdas54.whatsdeleted'
10
+
9
11
defaultConfig {
10
12
applicationId ' org.maintainteam.whatsdeleted'
13
+ resValue " string" , " app_name" , " WhatsDeleted"
11
14
minSdkVersion 21
12
15
targetSdkVersion 33
13
- versionCode 6
14
- versionName " 0.4.1 "
16
+ versionCode 10010
17
+ versionName " 0.4.2 "
15
18
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
19
}
17
20
buildTypes {
18
21
release {
19
22
minifyEnabled false
20
23
proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
21
24
}
25
+ debug {
26
+ debuggable true
27
+ minifyEnabled false
28
+ applicationIdSuffix " .debug"
29
+ resValue " string" , " app_name" , " WhatsDeleted Debug"
30
+ }
22
31
}
23
32
compileOptions {
24
33
sourceCompatibility JavaVersion . VERSION_17
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
- xmlns : tools =" http://schemas.android.com/tools"
4
- package =" com.gmail.anubhavdas54.whatsdeleted" >
3
+ xmlns : tools =" http://schemas.android.com/tools" >
5
4
6
5
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
7
6
<uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
15
14
android : theme =" @style/AppTheme"
16
15
tools : ignore =" GoogleAppIndexingWarning" >
17
16
<activity android : name =" .MsgLogViewerActivity" />
18
- <activity android : name =" .MainActivity" >
17
+ <activity
18
+ android : name =" .MainActivity"
19
+ android : exported =" true" >
19
20
<intent-filter >
20
21
<action android : name =" android.intent.action.MAIN" />
21
22
25
26
26
27
<service
27
28
android : name =" .NotificationListener"
29
+ android : exported =" true"
28
30
android : label =" @string/whatsapp_notification_listener_service"
29
31
android : permission =" android.permission.BIND_NOTIFICATION_LISTENER_SERVICE" >
30
32
<intent-filter >
Original file line number Diff line number Diff line change 1
- # Mon Jan 04 10:39:45 IST 2021
1
+ # Fri Dec 06 15:23:46 GMT 2024
2
2
distributionBase =GRADLE_USER_HOME
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3
4
distributionPath =wrapper/dists
4
- zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl = https\://services.gradle.org/distributions/gradle-6.5-all.zip
6
+ zipStoreBase = GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments