Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
023f9dc9
Commit
023f9dc9
authored
Jun 19, 2018
by
Sajal Narang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update library versions
parent
d389ad19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
app/build.gradle
app/build.gradle
+5
-6
build.gradle
build.gradle
+2
-2
No files found.
app/build.gradle
View file @
023f9dc9
apply
plugin:
'com.android.application'
android
{
compileSdkVersion
2
6
compileSdkVersion
2
7
buildToolsVersion
'27.0.3'
defaultConfig
{
applicationId
"in.ac.iitb.gymkhana.iitbapp"
manifestPlaceholders
'appAuthRedirectScheme'
:
'https'
minSdkVersion
17
targetSdkVersion
2
6
targetSdkVersion
2
7
versionCode
1
versionName
"1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
...
...
@@ -22,20 +22,19 @@ android {
}
ext
{
supportLibVersion
=
'2
6.1.0
'
playServicesVersion
=
'1
2.0.0
'
supportLibVersion
=
'2
7.1.1
'
playServicesVersion
=
'1
5.0.1
'
butterKnifeVersion
=
'8.8.1'
appAuthVersion
=
'0.2.0'
retrofitVersion
=
'2.1.0'
okhttpVersion
=
'3.4.1'
picassoVersion
=
'2.5.0'
archRoomVersion
=
'1.1.
0-beta
1'
archRoomVersion
=
'1.1.
1-rc
1'
circleImageViewVersion
=
'2.2.0'
markwonVersion
=
'1.0.4'
}
dependencies
{
implementation
'com.android.support:support-v4:26.1.0'
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
androidTestImplementation
(
'com.android.support.test.espresso:espresso-core:2.2.2'
,
{
exclude
group:
'com.android.support'
,
module:
'support-annotations'
...
...
build.gradle
View file @
023f9dc9
...
...
@@ -9,8 +9,8 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.1.
2
'
classpath
'com.google.gms:google-services:3.
1
.0'
classpath
'com.android.tools.build:gradle:3.1.
3
'
classpath
'com.google.gms:google-services:3.
2
.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment