Skip to content

Commit

Permalink
update Value.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vondear authored and Vondear committed Nov 2, 2018
1 parent 67bf14b commit 9c94597
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions RxFeature/src/main/res/values/ids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<item name="gridview" type="id"/>
<item name="webview" type="id"/>
<item name="about_version_code" type="id">false</item>
<item name="split" type="id">false</item>
<item name="about_version_code" type="id"/><!--false</item>-->
<item name="split" type="id"/><!--false</item>-->

</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
maven { url 'https://esri.bintray.com/arcgis' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Mar 13 15:03:40 CST 2018
#Fri Nov 02 17:29:51 CST 2018
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.6-all.zip

0 comments on commit 9c94597

Please sign in to comment.