Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhamTyagi committed Oct 16, 2018
1 parent 81c3960 commit 8b9170e
Show file tree
Hide file tree
Showing 29 changed files with 126 additions and 407 deletions.
251 changes: 0 additions & 251 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/copyright/shubhamtyagi.xml

This file was deleted.

18 changes: 0 additions & 18 deletions .idea/gradle.xml

This file was deleted.

38 changes: 0 additions & 38 deletions .idea/misc.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

14 changes: 8 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
//applicationId "io.github.subhamtyagi.privacyapplock"
applicationId "com.lzx.lock"
minSdkVersion 21
applicationId "io.github.subhamtyagi.privacyapplock"
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.0"
Expand All @@ -14,17 +13,20 @@ android {
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
//shrinkResources true
zipAlignEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}

}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
//source code LitePal at https://github.com/LitePalFramework/LitePal /Sqlite framework
implementation 'org.litepal.android:core:1.4.1'
implementation 'com.android.support:design:28.0.0'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
tools:ignore="ProtectedPermissions"/>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="android.permission.CAMERA"/>
Expand Down
5 changes: 1 addition & 4 deletions app/src/main/java/com/lzx/lock/bean/LockAutoTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
/**
*
* Created by lzx on 2017/1/10.
*
*
*
*/
*/

public class LockAutoTime implements Parcelable {
private String title;
Expand Down
Loading

0 comments on commit 8b9170e

Please sign in to comment.