Skip to content

Commit

Permalink
Whole new UI for kotlin sample app. Remove java implementation of sam…
Browse files Browse the repository at this point in the history
…ple app.
  • Loading branch information
Priyank Vasa committed Jan 26, 2018
1 parent 707d3f1 commit 4294f42
Show file tree
Hide file tree
Showing 88 changed files with 1,403 additions and 2,387 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

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

1 change: 0 additions & 1 deletion .idea/modules.xml

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

15 changes: 5 additions & 10 deletions README.md
Expand Up @@ -28,10 +28,9 @@ buildscript {
..
dependencies {
..
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.3-2"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.1.3-2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21"
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.2.21"
}
..
}
```
Add in your app's build.gradle
Expand All @@ -41,10 +40,7 @@ apply plugin: 'kotlin-android-extensions'
dependencies {
..
compile "com.pvryan.easycrypt:easycrypt:1.3.0"
compile "org.jetbrains.kotlin:kotlin-stdlib:1.1.4-3"
compile "org.jetbrains.anko:anko-commons:0.10.1"
..
compile "com.pvryan.easycrypt:easycrypt:1.3.1"
}
```

Expand All @@ -53,8 +49,7 @@ Add in your app's build.gradle
```gradle
dependencies {
..
compile "com.pvryan.easycrypt:easycrypt:1.3.0"
..
compile "com.pvryan.easycrypt:easycrypt:1.3.1"
}
```

Expand Down Expand Up @@ -281,7 +276,7 @@ eCryptPass.genRandomOrgPassword(

## License
```
Copyright 2017 Priyank Vasa
Copyright 2018 Priyank Vasa
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Expand Down
1 change: 0 additions & 1 deletion appJava/.gitignore

This file was deleted.

51 changes: 0 additions & 51 deletions appJava/build.gradle

This file was deleted.

25 changes: 0 additions & 25 deletions appJava/proguard-rules.pro

This file was deleted.

30 changes: 0 additions & 30 deletions appJava/src/main/AndroidManifest.xml

This file was deleted.

0 comments on commit 4294f42

Please sign in to comment.