Skip to content

Commit

Permalink
test submission final
Browse files Browse the repository at this point in the history
  • Loading branch information
vansikrishna committed Oct 11, 2017
1 parent 23647f9 commit 4959149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
3 changes: 1 addition & 2 deletions mylibrary/src/main/java/com/gitrep/mylibrary/DecodeJson.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package com.gitrep.mylibrary;

import android.support.annotation.Keep;
import android.util.Log;

import com.google.gson.Gson;

/**
* Created by c029312 on 10/11/17.
*/
@Keep

public class DecodeJson {

public static Object decode(String json, Class clazzName) throws Exception{
Expand Down

0 comments on commit 4959149

Please sign in to comment.