Skip to content

Commit

Permalink
Android pie lock via accessbility
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolettieri committed Dec 11, 2020
1 parent 7f2be87 commit 2fb1fb6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,6 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
signingConfigs {
debug {
storeFile file('/Users/microbeesdev/Desktop/personale/ProximitySensorFix/cert')
storePassword 'M1cr0b335'
keyAlias 'proximitysensorfix'
keyPassword 'M1cr0b335'
}
release {
storeFile file('/Users/microbeesdev/Desktop/personale/ProximitySensorFix/cert')
storePassword 'M1cr0b335'
keyAlias 'proximitysensorfix'
keyPassword 'M1cr0b335'
}
}
compileSdkVersion 30


Expand All @@ -35,7 +21,6 @@ android {
minifyEnabled false
debuggable true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
multiDexEnabled true
}
}
Expand Down

0 comments on commit 2fb1fb6

Please sign in to comment.