Skip to content

Instantly share code, notes, and snippets.

View kevinjam's full-sized avatar
🎯
Focusing

Kevin Janvier kevinjam

🎯
Focusing
View GitHub Profile
@kevinjam
kevinjam / circle.yml
Created February 16, 2017 14:41
CI Support Android 25 with buildToolsVersion 25.0.2 By Kevin Janvier
#
# Build configuration for Circle CI
#
# See this thread for speeding up and caching directories:
# https://discuss.circleci.com/t/installing-android-build-tools-23-0-2/924
# push to my Repos
# Here i m sharing my circle.yml file
general:
artifacts:
/*
* Copyright (C) 2015 Jake Wharton
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
?xml version="1.0" encoding="utf-8"?>
<manifest package="com.kevinjanvier.latterglory.sugarorm"
xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme"