Implement automated updates check

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-06-17 22:14:05 +05:30
parent 42c54c5d1d
commit 9b8e3cf9c4
10 changed files with 294 additions and 5 deletions

View File

@@ -181,6 +181,9 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
//WorkManager
implementation "androidx.work:work-runtime-ktx:2.8.1"
}
Properties props = new Properties()