Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SanchitTaliyan committed Jun 1, 2019
1 parent 1b56336 commit 3566ec0
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 12 deletions.
6 changes: 3 additions & 3 deletions mainapp/proj.android-studio/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion PROP_COMPILE_SDK_VERSION.toInteger()
buildToolsVersion "25.0.3"

defaultConfig {
applicationId "com.maq.xprize.kitkitschool.hindi"
minSdkVersion PROP_MIN_SDK_VERSION
targetSdkVersion PROP_TARGET_SDK_VERSION
minSdkVersion 19
targetSdkVersion 28
versionCode 9
versionName "3.0.0"
flavorDimensions "default"

lintOptions {
abortOnError false
Expand Down
3 changes: 1 addition & 2 deletions mainapp/proj.android-studio/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
repositories {
jcenter()
Expand All @@ -9,7 +8,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.4.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
android:versionCode="2"
android:versionName="1.1" >

<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="15"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

</manifest>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Mar 14 17:40:59 CST 2017
#Sat Jun 01 11:55:36 IST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
1 change: 0 additions & 1 deletion mainapp/proj.android-studio/models/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
apply plugin: 'com.android.library'

android {
buildToolsVersion "25.0.3"
compileSdkVersion 26
defaultConfig {
minSdkVersion 14
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
android:versionCode="2"
android:versionName="1.5">
<!-- Devices >= 3 have version of Android Market that supports licensing. -->
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="15" />
<!-- Required permission to check licensing. -->
<uses-permission android:name="com.android.vending.CHECK_LICENSE" />
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
android:versionCode="2"
android:versionName="1.1" >

<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="15" />

</manifest>

0 comments on commit 3566ec0

Please sign in to comment.