Skip to content

Commit

Permalink
Updated Code to work with AndroidStudio 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshshetty committed Mar 5, 2019
1 parent c90b7f3 commit 7f1ec32
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 58 deletions.
Binary file modified AndroLabServer/database.pyc
Binary file not shown.
Binary file modified AndroLabServer/models.pyc
Binary file not shown.
Binary file modified AndroLabServer/mydb.db
Binary file not shown.
Binary file modified InsecureBankv2/.idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file added InsecureBankv2/.idea/caches/gradle_models.ser
Binary file not shown.
3 changes: 3 additions & 0 deletions InsecureBankv2/.idea/gradle.xml

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

6 changes: 6 additions & 0 deletions InsecureBankv2/.idea/vcs.xml

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

109 changes: 59 additions & 50 deletions InsecureBankv2/app/app.iml

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion InsecureBankv2/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion '27.0.3'

defaultConfig {
applicationId "com.android.insecurebankv2"
Expand Down
4 changes: 0 additions & 4 deletions InsecureBankv2/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.insecurebankv2" >

<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="24" />

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.SEND_SMS" />
Expand Down
3 changes: 2 additions & 1 deletion InsecureBankv2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
classpath 'com.android.tools.build:gradle:3.3.2'


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

allprojects {
repositories {
google()
jcenter()
}
}
4 changes: 2 additions & 2 deletions InsecureBankv2/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Jul 14 16:48:43 EDT 2018
#Wed Mar 06 01:40:02 IST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 comments on commit 7f1ec32

Please sign in to comment.