Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4430e55

Browse files
G S S Srinivas RaoG S S Srinivas Rao
G S S Srinivas Rao
authored and
G S S Srinivas Rao
committed
Added Cleaner and new android studio project
1 parent d4ef0ce commit 4430e55

File tree

77 files changed

+294
-3990
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+294
-3990
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
*.iml
22
.gradle
33
/local.properties
4-
/.idea/workspace.xml
54
/.idea/libraries
5+
/.idea/modules.xml
6+
/.idea/workspace.xml
67
.DS_Store
78
/build
89
/captures
10+
.externalNativeBuild
544 Bytes
Binary file not shown.

‎SpeechPlugin/.idea/codeStyles/Project.xml‎

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

‎TestSpeech/speechassist/.idea/gradle.xml‎ renamed to ‎SpeechPlugin/.idea/gradle.xml‎

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

‎SpeechPlugin/.idea/misc.xml‎

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

‎TestSpeech/build.gradle‎ renamed to ‎SpeechPlugin/build.gradle‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4+
45
repositories {
6+
google()
57
jcenter()
68
}
79
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.2'
10+
classpath 'com.android.tools.build:gradle:3.1.2'
11+
912

1013
// NOTE: Do not place your application dependencies here; they belong
1114
// in the individual module build.gradle files
@@ -14,6 +17,7 @@ buildscript {
1417

1518
allprojects {
1619
repositories {
20+
google()
1721
jcenter()
1822
}
1923
}
Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
# Project-wide Gradle settings.
2-
32
# IDE (e.g. Android Studio) users:
43
# Gradle settings configured through the IDE *will override*
54
# any settings specified in this file.
6-
75
# For more details on how to configure your build environment visit
86
# http://www.gradle.org/docs/current/userguide/build_environment.html
9-
107
# Specifies the JVM arguments used for the daemon process.
118
# The setting is particularly useful for tweaking memory settings.
12-
# Default value: -Xmx10248m -XX:MaxPermSize=256m
13-
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
14-
9+
org.gradle.jvmargs=-Xmx1536m
1510
# When configured, Gradle will run in incubating parallel mode.
1611
# This option should only be used with decoupled projects. More details, visit
1712
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18-
# org.gradle.parallel=true
13+
# org.gradle.parallel=true
53.4 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Dec 28 10:00:20 PST 2015
1+
#Thu May 03 19:29:51 IST 2018
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-2.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /