robotkit 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 275ae618c346da8adf50fdca0c0bdbd896f4b5c4
4
- data.tar.gz: 51dd435f174675da1d2b115f6e2c8d5028c66029
3
+ metadata.gz: a80dc4e0ca7e8d29606e712a42c00a0f1342e897
4
+ data.tar.gz: d1f8956c066bf9644849c9fec4c837708e7766fc
5
5
  SHA512:
6
- metadata.gz: 534c5d56efbcbe95e0f84151c7cb7adce4bd278c00b4c57a698587ca9f51b221d683f0bd689da0ce983f9339737b00d849c37aa9b78e2c711c401ace260d634d
7
- data.tar.gz: 4a2e371b95dbb299141758e83da0e926c4cbdd1a79716c21036ac443779bb1239c219c1dcab82f3b21c8217af4ed6033033a710396fc2dbd564967213f64119c
6
+ metadata.gz: f78d97e1826786fad9b3b201923b68e623021eb7a15c804b0440a32bc156eedc7a11f526701e030aa0d7bc1457657f2059475bf94b9d44f80ccdbb993a07057c
7
+ data.tar.gz: b675caac0bd7b0d9b4ef0dd4bbbb404e1f0cef64c7af37ad77ed95c0a287a65e6891a68b31020100a2a3ac3871953c590558e8d48c148e613485da540ec9daf8
@@ -3,7 +3,7 @@ buildscript {
3
3
  jcenter()
4
4
  }
5
5
  dependencies {
6
- classpath 'com.android.tools.build:gradle:2.2.3'
6
+ classpath 'com.android.tools.build:gradle:2.3.0'
7
7
  classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
8
8
  }
9
9
  }
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
  distributionPath=wrapper/dists
4
4
  zipStoreBase=GRADLE_USER_HOME
5
5
  zipStorePath=wrapper/dists
6
- distributionUrl=https\://services.gradle.org/distributions/gradle-3.2-all.zip
6
+ distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-all.zip
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
3
3
 
4
4
  android {
5
5
  compileSdkVersion 25
6
- buildToolsVersion "25.0.0"
6
+ buildToolsVersion "25.0.2"
7
7
  defaultConfig {
8
8
  minSdkVersion 15
9
9
  targetSdkVersion 25
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
2
2
 
3
3
  android {
4
4
  compileSdkVersion 25
5
- buildToolsVersion "25.0.0"
5
+ buildToolsVersion "25.0.2"
6
6
  defaultConfig {
7
7
  applicationId "<%= sample_package_name %>"
8
8
  minSdkVersion 15
@@ -20,6 +20,6 @@ android {
20
20
  }
21
21
 
22
22
  dependencies {
23
- compile 'com.android.support:appcompat-v7:25.1.0'
23
+ compile 'com.android.support:appcompat-v7:25.2.0'
24
24
  compile project(':<%= library_module%>')
25
25
  }
@@ -1,3 +1,3 @@
1
1
  module Robotkit
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: robotkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kazuki-yoshida