Skip to content

Commit 7f1ec32

Browse files
committed
Updated Code to work with AndroidStudio 3.3.2
1 parent c90b7f3 commit 7f1ec32

File tree

12 files changed

+72
-58
lines changed

12 files changed

+72
-58
lines changed

AndroLabServer/database.pyc

22 Bytes
Binary file not shown.

AndroLabServer/models.pyc

99 Bytes
Binary file not shown.

AndroLabServer/mydb.db

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
123 KB
Binary file not shown.

InsecureBankv2/.idea/gradle.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

InsecureBankv2/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

InsecureBankv2/app/app.iml

Lines changed: 59 additions & 50 deletions
Large diffs are not rendered by default.

InsecureBankv2/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion '27.0.3'
65

76
defaultConfig {
87
applicationId "com.android.insecurebankv2"

InsecureBankv2/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.android.insecurebankv2" >
44

5-
<uses-sdk
6-
android:minSdkVersion="11"
7-
android:targetSdkVersion="24" />
8-
95
<uses-permission android:name="android.permission.INTERNET" />
106
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
117
<uses-permission android:name="android.permission.SEND_SMS" />

0 commit comments

Comments
 (0)