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.
Binary file not shown.
123 KB
Binary file not shown.

InsecureBankv2/.idea/gradle.xml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

InsecureBankv2/.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

InsecureBankv2/app/app.iml

+59-50
Large diffs are not rendered by default.

InsecureBankv2/app/build.gradle

-1
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

-4
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" />

InsecureBankv2/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
google()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.1.3'
9+
classpath 'com.android.tools.build:gradle:3.3.2'
1010

1111

1212
// NOTE: Do not place your application dependencies here; they belong
@@ -16,6 +16,7 @@ buildscript {
1616

1717
allprojects {
1818
repositories {
19+
google()
1920
jcenter()
2021
}
2122
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Jul 14 16:48:43 EDT 2018
1+
#Wed Mar 06 01:40:02 IST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 commit comments

Comments
 (0)