Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
now compile with android-studio on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Feb 9, 2015
1 parent 6b78a8d commit 3ddbbc8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ task wrapper(type: Wrapper) {
}

buildscript {
apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/indigo/buildscript.gradle"
apply from: "https://github.com/talregev/rosjava_mvn_repo/raw/master/buildscript.gradle"
//noinspection GroovyAssignabilityCheck
dependencies {
classpath "com.android.tools.build:gradle:1.0.1"
}
Expand All @@ -28,6 +29,13 @@ buildscript {
apply plugin: 'catkin'

allprojects {

repositories {
maven {
url "http://www.github.com/talregev/rosjava_mvn_repo/raw/master"
}
}

group 'com.github.rosjava.android_apps'
version = project.catkin.pkg.version
}
Expand Down

0 comments on commit 3ddbbc8

Please sign in to comment.