Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
this was automatically done by android studio
also bump minsdk and gradle version

Signed-off-by: anupritaisno1 <www.anuprita804@gmail.com>
  • Loading branch information
randomhydrosol committed Apr 27, 2020
1 parent 8104d1b commit 98394c1
Show file tree
Hide file tree
Showing 41 changed files with 572 additions and 759 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -9,10 +9,10 @@ script:
- ./gradlew build
android:
components:
- tools
- platform-tools
- build-tools-27.0.3
- android-27
- extra-android-m2repository
- tools
- platform-tools
- build-tools-27.0.3
- android-27
- extra-android-m2repository
before_install:
- yes | sdkmanager "platforms;android-27"
- yes | sdkmanager "platforms;android-27"
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -20,7 +20,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
}
}
Expand All @@ -35,7 +35,7 @@ def androidCompileSdk() { return 29 }

def androidTargetSdk() { return 29 }

def androidMinSdk() { return 9 }
def androidMinSdk() { return 29 }

subprojects {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion extern/MicroGUiTools
2 changes: 1 addition & 1 deletion extern/UnifiedNlpApi
100 changes: 35 additions & 65 deletions ic_nlp_marker.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 98394c1

Please sign in to comment.