Skip to content

Commit

Permalink
update to Atom!
Browse files Browse the repository at this point in the history
update to Atom!
  • Loading branch information
ExploiTR committed Jun 8, 2017
1 parent 1fd846d commit 2b5d4cb
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 12 deletions.
12 changes: 11 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,26 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-classes" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-runtime-classes" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-safeguard" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental-verifier" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-resources" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/proguard-rules" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/reload-dex" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/restart-dex" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/shaders" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/split-apk" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/transforms" />
<excludeFolder url="file://$MODULE_DIR$/build/outputs" />
<excludeFolder url="file://$MODULE_DIR$/build/reports" />
<excludeFolder url="file://$MODULE_DIR$/build/tmp" />
</content>
<orderEntry type="jdk" jdkName="Android API 25 Platform" jdkType="Android SDK" />
Expand Down
11 changes: 1 addition & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
apply plugin: 'com.android.application'

android {
signingConfigs {
config {
keyAlias 'ExploiTR'
keyPassword 'Security%$%9519'
storeFile file('D:/Programming Data/Android Programming/Studio Key/ExploiTR.jks')
storePassword 'Security%$%9519'
}
}
compileSdkVersion 25
buildToolsVersion "25.0.3"
defaultConfig {
Expand All @@ -24,7 +16,7 @@ android {
}
release {
signingConfig signingConfigs.config
minifyEnabled true
minifyEnabled false
}
}
}
Expand All @@ -38,5 +30,4 @@ dependencies {
compile 'com.scottyab:aescrypt:0.0.1'
compile 'com.android.support:support-v4:25.3.1'
compile 'com.squareup.okhttp3:okhttp:3.8.0'

}
Binary file added screenshots/Screenshot_20170514-190928.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/device-2017-06-08-212933.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/device-2017-06-08-213013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/device-2017-06-08-213035.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/device-2017-06-08-213123.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
71020530
710292

0 comments on commit 2b5d4cb

Please sign in to comment.